Html Css Color HEX #374008 Turtle Green

📋 copy color: '#374008'

red 55 ◦ green 64 ◦ blue 8

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

Shades of Turtle Green #374008

Tints of Turtle Green #374008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.39%

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

R = 43.31%
G = 50.39%
B = 6.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#374008 (or 0x374008) is known color: Turtle Green. HEX triplet: 37, 40 and 08. RGB value is (55,64,8). Sum of RGB (Red+Green+Blue) = 55+64+8=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #374008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374008 is #C8BFF7. Grayscale: #373737. Windows color (decimal): -13156344 or 540727. OLE color: 540727.

HSL color Cylindrical-coordinate representation of color #374008: hue angle of 69.64º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #374008 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 8 -
CMYK 0.14 0 0.87 0.75
HSL 69.64º 0.78% 0.14% -
HSV(B) 69.64º 0.88% 0.25% -
XYZ 3.45 4.5 0.92 -
YUV 54.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 55 64 8 0.14 0 0.87 0.75 69.64 0.78 0.14
Hex 37 40 8 E 0 57 4B 46 4E E
Octal 67 100 10 16 0 127 113 106 116 16
Binary 110111 1000000 1000 1110 0 1010111 1001011 1000110 1001110 1110

Color Harmonies of #374008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374008

Black with #374008

Text Example


Text Example

White with #374008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374008; }

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

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

background-color css

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

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

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

border-color css

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

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

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