Html Css Color HEX #373C11 Turtle Green

📋 copy color: '#373C11'

red 55 ◦ green 60 ◦ blue 17

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

Shades of Turtle Green #373C11

Tints of Turtle Green #373C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.45%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 41.67%
G = 45.45%
B = 12.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#373C11 (or 0x373C11) is known color: Turtle Green. HEX triplet: 37, 3C and 11. RGB value is (55,60,17). Sum of RGB (Red+Green+Blue) = 55+60+17=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #373C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373C11 is #C8C3EE. Grayscale: #353535. Windows color (decimal): -13157359 or 1129527. OLE color: 1129527.

HSL color Cylindrical-coordinate representation of color #373C11: hue angle of 66.98º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #373C11 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 60 17 -
CMYK 0.08 0 0.72 0.76
HSL 66.98º 0.56% 0.15% -
HSV(B) 66.98º 0.72% 0.24% -
XYZ 3.29 4.08 1.15 -
YUV 53.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 55 60 17 0.08 0 0.72 0.76 66.98 0.56 0.15
Hex 37 3C 11 8 0 48 4C 43 38 F
Octal 67 74 21 10 0 110 114 103 70 17
Binary 110111 111100 10001 1000 0 1001000 1001100 1000011 111000 1111

Color Harmonies of #373C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C11

Black with #373C11

Text Example


Text Example

White with #373C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373C11; }

 p { color: rgb(55,60,17); }

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

background-color css

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

 a { background-color: rgb(55,60,17); }

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

border-color css

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

 span { border-color: rgb(55,60,17); }

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