Html Css Color HEX #374C12 Turtle Green

📋 copy color: '#374C12'

red 55 ◦ green 76 ◦ blue 18

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

Shades of Turtle Green #374C12

Tints of Turtle Green #374C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.01%

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

R = 36.91%
G = 51.01%
B = 12.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#374C12 (or 0x374C12) is known color: Turtle Green. HEX triplet: 37, 4C and 12. RGB value is (55,76,18). Sum of RGB (Red+Green+Blue) = 55+76+18=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 76 (30.08% from 255 or 51.01% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 76 - color contains mainly: green. Hex color #374C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C12 is #C8B3ED. Grayscale: #3F3F3F. Windows color (decimal): -13153262 or 1199159. OLE color: 1199159.

HSL color Cylindrical-coordinate representation of color #374C12: hue angle of 81.72º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374C12 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 18 -
CMYK 0.28 0 0.76 0.70
HSL 81.72º 0.62% 0.18% -
HSV(B) 81.72º 0.76% 0.3% -
XYZ 4.27 6.02 1.51 -
YUV 63.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 55 76 18 0.28 0 0.76 0.70 81.72 0.62 0.18
Hex 37 4C 12 1C 0 4C 46 52 3E 12
Octal 67 114 22 34 0 114 106 122 76 22
Binary 110111 1001100 10010 11100 0 1001100 1000110 1010010 111110 10010

Color Harmonies of #374C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C12

Black with #374C12

Text Example


Text Example

White with #374C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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