Html Css Color HEX #375010 Turtle Green

📋 copy color: '#375010'

red 55 ◦ green 80 ◦ blue 16

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

Shades of Turtle Green #375010

Tints of Turtle Green #375010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 36.42%
G = 52.98%
B = 10.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#375010 (or 0x375010) is known color: Turtle Green. HEX triplet: 37, 50 and 10. RGB value is (55,80,16). Sum of RGB (Red+Green+Blue) = 55+80+16=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #375010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375010 is #C8AFEF. Grayscale: #414141. Windows color (decimal): -13152240 or 1069111. OLE color: 1069111.

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

Color convert

RGB 55 80 16 -
CMYK 0.31 0 0.80 0.69
HSL 83.44º 0.67% 0.19% -
HSV(B) 83.44º 0.8% 0.31% -
XYZ 4.54 6.59 1.52 -
YUV 65.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 55 80 16 0.31 0 0.80 0.69 83.44 0.67 0.19
Hex 37 50 10 1F 0 50 45 53 43 13
Octal 67 120 20 37 0 120 105 123 103 23
Binary 110111 1010000 10000 11111 0 1010000 1000101 1010011 1000011 10011

Color Harmonies of #375010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375010

Black with #375010

Text Example


Text Example

White with #375010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375010; }

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

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

background-color css

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

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

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

border-color css

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

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

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