Html Css Color HEX #375013 Turtle Green

📋 copy color: '#375013'

red 55 ◦ green 80 ◦ blue 19

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

Shades of Turtle Green #375013

Tints of Turtle Green #375013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 35.71%
G = 51.95%
B = 12.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#375013 (or 0x375013) is known color: Turtle Green. HEX triplet: 37, 50 and 13. RGB value is (55,80,19). Sum of RGB (Red+Green+Blue) = 55+80+19=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #375013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375013 is #C8AFEC. Grayscale: #414141. Windows color (decimal): -13152237 or 1265719. OLE color: 1265719.

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

Color convert

RGB 55 80 19 -
CMYK 0.31 0 0.76 0.69
HSL 84.59º 0.62% 0.19% -
HSV(B) 84.59º 0.76% 0.31% -
XYZ 4.56 6.6 1.65 -
YUV 65.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 55 80 19 0.31 0 0.76 0.69 84.59 0.62 0.19
Hex 37 50 13 1F 0 4C 45 55 3E 13
Octal 67 120 23 37 0 114 105 125 76 23
Binary 110111 1010000 10011 11111 0 1001100 1000101 1010101 111110 10011

Color Harmonies of #375013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375013

Black with #375013

Text Example


Text Example

White with #375013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375013; }

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

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

background-color css

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

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

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

border-color css

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

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

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