Html Css Color HEX #374712 Turtle Green

📋 copy color: '#374712'

red 55 ◦ green 71 ◦ blue 18

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

Shades of Turtle Green #374712

Tints of Turtle Green #374712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.31%

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

R = 38.19%
G = 49.31%
B = 12.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#374712 (or 0x374712) is known color: Turtle Green. HEX triplet: 37, 47 and 12. RGB value is (55,71,18). Sum of RGB (Red+Green+Blue) = 55+71+18=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #374712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374712 is #C8B8ED. Grayscale: #3C3C3C. Windows color (decimal): -13154542 or 1197879. OLE color: 1197879.

HSL color Cylindrical-coordinate representation of color #374712: hue angle of 78.11º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374712 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 71 18 -
CMYK 0.23 0 0.75 0.72
HSL 78.11º 0.6% 0.17% -
HSV(B) 78.11º 0.75% 0.28% -
XYZ 3.94 5.36 1.4 -
YUV 60.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 55 71 18 0.23 0 0.75 0.72 78.11 0.6 0.17
Hex 37 47 12 17 0 4B 48 4E 3C 11
Octal 67 107 22 27 0 113 110 116 74 21
Binary 110111 1000111 10010 10111 0 1001011 1001000 1001110 111100 10001

Color Harmonies of #374712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374712

Black with #374712

Text Example


Text Example

White with #374712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374712; }

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

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

background-color css

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

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

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

border-color css

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

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

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