Html Css Color HEX #37450C Turtle Green

📋 copy color: '#37450C'

red 55 ◦ green 69 ◦ blue 12

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

Shades of Turtle Green #37450C

Tints of Turtle Green #37450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 40.44%
G = 50.74%
B = 8.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#37450C (or 0x37450C) is known color: Turtle Green. HEX triplet: 37, 45 and 0C. RGB value is (55,69,12). Sum of RGB (Red+Green+Blue) = 55+69+12=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #37450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37450C is #C8BAF3. Grayscale: #3A3A3A. Windows color (decimal): -13155060 or 804151. OLE color: 804151.

HSL color Cylindrical-coordinate representation of color #37450C: hue angle of 74.74º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37450C is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 12 -
CMYK 0.20 0 0.83 0.73
HSL 74.74º 0.7% 0.16% -
HSV(B) 74.74º 0.83% 0.27% -
XYZ 3.77 5.1 1.13 -
YUV 58.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 55 69 12 0.20 0 0.83 0.73 74.74 0.7 0.16
Hex 37 45 C 14 0 53 49 4B 46 10
Octal 67 105 14 24 0 123 111 113 106 20
Binary 110111 1000101 1100 10100 0 1010011 1001001 1001011 1000110 10000

Color Harmonies of #37450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37450C

Black with #37450C

Text Example


Text Example

White with #37450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37450C; }

 p { color: rgb(55,69,12); }

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

background-color css

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

 a { background-color: rgb(55,69,12); }

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

border-color css

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

 span { border-color: rgb(55,69,12); }

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