Html Css Color HEX #374A16 Turtle Green

📋 copy color: '#374A16'

red 55 ◦ green 74 ◦ blue 22

#374A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #374A16

Tints of Turtle Green #374A16

RGB

 RED value IS 55 (21.88% from 255) = 36.42%

 GREEN value IS 74 (29.3% from 255) = 49.01%

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 36.42%
G = 49.01%
B = 14.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#374A16 (or 0x374A16) is known color: Turtle Green. HEX triplet: 37, 4A and 16. RGB value is (55,74,22). Sum of RGB (Red+Green+Blue) = 55+74+22=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #374A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A16 is #C8B5E9. Grayscale: #3E3E3E. Windows color (decimal): -13153770 or 1460791. OLE color: 1460791.

HSL color Cylindrical-coordinate representation of color #374A16: hue angle of 81.92º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374A16 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 74 22 -
CMYK 0.26 0 0.70 0.71
HSL 81.92º 0.54% 0.19% -
HSV(B) 81.92º 0.7% 0.29% -
XYZ 4.17 5.77 1.65 -
YUV 62.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 55 74 22 0.26 0 0.70 0.71 81.92 0.54 0.19
Hex 37 4A 16 1A 0 46 47 52 36 13
Octal 67 112 26 32 0 106 107 122 66 23
Binary 110111 1001010 10110 11010 0 1000110 1000111 1010010 110110 10011

Color Harmonies of #374A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A16

Black with #374A16

Text Example


Text Example

White with #374A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A16; }

 p { color: rgb(55,74,22); }

 H1.HeaderClassName
 {
   color: #374A16;
 }
 .AnyTagClassName
 {
   color: #374A16;
 }
</style>

background-color css

<style>
 a { background-color: #374A16; }

 a { background-color: rgb(55,74,22); }

 div.DivClassName
 {
   background-color: #374A16;
 }
 .BgClassName
 {
   background-color: #374A16;
 }
</style>

border-color css

<style>
 span { border-color: #374A16; }

 span { border-color: rgb(55,74,22); }

 td.TdClassName
 {
   border-color: #374A16;
 }
 .TagClassName
 {
   border-color: #374A16;
 }
</style>