Html Css Color HEX #374112 Turtle Green

📋 copy color: '#374112'

red 55 ◦ green 65 ◦ blue 18

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

Shades of Turtle Green #374112

Tints of Turtle Green #374112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 39.86%
G = 47.1%
B = 13.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#374112 (or 0x374112) is known color: Turtle Green. HEX triplet: 37, 41 and 12. RGB value is (55,65,18). Sum of RGB (Red+Green+Blue) = 55+65+18=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #374112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374112 is #C8BEED. Grayscale: #383838. Windows color (decimal): -13156078 or 1196343. OLE color: 1196343.

HSL color Cylindrical-coordinate representation of color #374112: hue angle of 72.77º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374112 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 18 -
CMYK 0.15 0 0.72 0.75
HSL 72.77º 0.57% 0.16% -
HSV(B) 72.77º 0.72% 0.25% -
XYZ 3.58 4.64 1.28 -
YUV 56.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 55 65 18 0.15 0 0.72 0.75 72.77 0.57 0.16
Hex 37 41 12 F 0 48 4B 49 39 10
Octal 67 101 22 17 0 110 113 111 71 20
Binary 110111 1000001 10010 1111 0 1001000 1001011 1001001 111001 10000

Color Harmonies of #374112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374112

Black with #374112

Text Example


Text Example

White with #374112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374112; }

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

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

background-color css

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

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

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

border-color css

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

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

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