Html Css Color HEX #374412 Turtle Green

📋 copy color: '#374412'

red 55 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #374412

Tints of Turtle Green #374412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 39.01%
G = 48.23%
B = 12.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#374412 (or 0x374412) is known color: Turtle Green. HEX triplet: 37, 44 and 12. RGB value is (55,68,18). Sum of RGB (Red+Green+Blue) = 55+68+18=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #374412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374412 is #C8BBED. Grayscale: #3A3A3A. Windows color (decimal): -13155310 or 1197111. OLE color: 1197111.

HSL color Cylindrical-coordinate representation of color #374412: hue angle of 75.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374412 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 68 18 -
CMYK 0.19 0 0.74 0.73
HSL 75.6º 0.58% 0.17% -
HSV(B) 75.6º 0.74% 0.27% -
XYZ 3.75 4.99 1.34 -
YUV 58.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 55 68 18 0.19 0 0.74 0.73 75.6 0.58 0.17
Hex 37 44 12 13 0 4A 49 4C 3A 11
Octal 67 104 22 23 0 112 111 114 72 21
Binary 110111 1000100 10010 10011 0 1001010 1001001 1001100 111010 10001

Color Harmonies of #374412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374412

Black with #374412

Text Example


Text Example

White with #374412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374412; }

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

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

background-color css

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

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

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

border-color css

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

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

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