Html Css Color HEX #375012 Turtle Green

📋 copy color: '#375012'

red 55 ◦ green 80 ◦ blue 18

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

Shades of Turtle Green #375012

Tints of Turtle Green #375012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 52.29%

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

R = 35.95%
G = 52.29%
B = 11.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#375012 (or 0x375012) is known color: Turtle Green. HEX triplet: 37, 50 and 12. RGB value is (55,80,18). Sum of RGB (Red+Green+Blue) = 55+80+18=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #375012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375012 is #C8AFED. Grayscale: #414141. Windows color (decimal): -13152238 or 1200183. OLE color: 1200183.

HSL color Cylindrical-coordinate representation of color #375012: hue angle of 84.19º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375012 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 18 -
CMYK 0.31 0 0.78 0.69
HSL 84.19º 0.63% 0.19% -
HSV(B) 84.19º 0.78% 0.31% -
XYZ 4.55 6.59 1.6 -
YUV 65.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 55 80 18 0.31 0 0.78 0.69 84.19 0.63 0.19
Hex 37 50 12 1F 0 4E 45 54 3F 13
Octal 67 120 22 37 0 116 105 124 77 23
Binary 110111 1010000 10010 11111 0 1001110 1000101 1010100 111111 10011

Color Harmonies of #375012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375012

Black with #375012

Text Example


Text Example

White with #375012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375012; }

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

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

background-color css

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

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

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

border-color css

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

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

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