Html Css Color HEX #374009 Turtle Green

📋 copy color: '#374009'

red 55 ◦ green 64 ◦ blue 9

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

Shades of Turtle Green #374009

Tints of Turtle Green #374009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 42.97%
G = 50%
B = 7.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#374009 (or 0x374009) is known color: Turtle Green. HEX triplet: 37, 40 and 09. RGB value is (55,64,9). Sum of RGB (Red+Green+Blue) = 55+64+9=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #374009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374009 is #C8BFF6. Grayscale: #373737. Windows color (decimal): -13156343 or 606263. OLE color: 606263.

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

Color convert

RGB 55 64 9 -
CMYK 0.14 0 0.86 0.75
HSL 69.82º 0.75% 0.14% -
HSV(B) 69.82º 0.86% 0.25% -
XYZ 3.46 4.5 0.94 -
YUV 55.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 55 64 9 0.14 0 0.86 0.75 69.82 0.75 0.14
Hex 37 40 9 E 0 56 4B 46 4B E
Octal 67 100 11 16 0 126 113 106 113 16
Binary 110111 1000000 1001 1110 0 1010110 1001011 1000110 1001011 1110

Color Harmonies of #374009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374009

Black with #374009

Text Example


Text Example

White with #374009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374009; }

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

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

background-color css

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

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

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

border-color css

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

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

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