Html Css Color HEX #374208 Turtle Green

📋 copy color: '#374208'

red 55 ◦ green 66 ◦ blue 8

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

Shades of Turtle Green #374208

Tints of Turtle Green #374208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.16%

 BLUE value IS 8 (3.52% from 255) = 6.2%

R = 42.64%
G = 51.16%
B = 6.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#374208 (or 0x374208) is known color: Turtle Green. HEX triplet: 37, 42 and 08. RGB value is (55,66,8). Sum of RGB (Red+Green+Blue) = 55+66+8=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #374208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374208 is #C8BDF7. Grayscale: #383838. Windows color (decimal): -13155832 or 541239. OLE color: 541239.

HSL color Cylindrical-coordinate representation of color #374208: hue angle of 71.38º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #374208 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 8 -
CMYK 0.17 0 0.88 0.74
HSL 71.38º 0.78% 0.15% -
HSV(B) 71.38º 0.88% 0.26% -
XYZ 3.57 4.73 0.95 -
YUV 56.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 55 66 8 0.17 0 0.88 0.74 71.38 0.78 0.15
Hex 37 42 8 11 0 58 4A 47 4E F
Octal 67 102 10 21 0 130 112 107 116 17
Binary 110111 1000010 1000 10001 0 1011000 1001010 1000111 1001110 1111

Color Harmonies of #374208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374208

Black with #374208

Text Example


Text Example

White with #374208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374208; }

 p { color: rgb(55,66,8); }

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

background-color css

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

 a { background-color: rgb(55,66,8); }

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

border-color css

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

 span { border-color: rgb(55,66,8); }

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