Html Css Color HEX #373912 Turtle Green

📋 copy color: '#373912'

red 55 ◦ green 57 ◦ blue 18

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

Shades of Turtle Green #373912

Tints of Turtle Green #373912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.85%

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 42.31%
G = 43.85%
B = 13.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#373912 (or 0x373912) is known color: Turtle Green. HEX triplet: 37, 39 and 12. RGB value is (55,57,18). Sum of RGB (Red+Green+Blue) = 55+57+18=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #373912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373912 is #C8C6ED. Grayscale: #343434. Windows color (decimal): -13158126 or 1194295. OLE color: 1194295.

HSL color Cylindrical-coordinate representation of color #373912: hue angle of 63.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373912 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 57 18 -
CMYK 0.04 0 0.68 0.78
HSL 63.08º 0.52% 0.15% -
HSV(B) 63.08º 0.68% 0.22% -
XYZ 3.15 3.78 1.14 -
YUV 51.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 55 57 18 0.04 0 0.68 0.78 63.08 0.52 0.15
Hex 37 39 12 4 0 44 4E 3F 34 F
Octal 67 71 22 4 0 104 116 77 64 17
Binary 110111 111001 10010 100 0 1000100 1001110 111111 110100 1111

Color Harmonies of #373912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373912

Black with #373912

Text Example


Text Example

White with #373912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373912; }

 p { color: rgb(55,57,18); }

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

background-color css

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

 a { background-color: rgb(55,57,18); }

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

border-color css

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

 span { border-color: rgb(55,57,18); }

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