Html Css Color HEX #375014 Turtle Green

📋 copy color: '#375014'

red 55 ◦ green 80 ◦ blue 20

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

Shades of Turtle Green #375014

Tints of Turtle Green #375014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 35.48%
G = 51.61%
B = 12.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#375014 (or 0x375014) is known color: Turtle Green. HEX triplet: 37, 50 and 14. RGB value is (55,80,20). Sum of RGB (Red+Green+Blue) = 55+80+20=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #375014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375014 is #C8AFEB. Grayscale: #414141. Windows color (decimal): -13152236 or 1331255. OLE color: 1331255.

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

Color convert

RGB 55 80 20 -
CMYK 0.31 0 0.75 0.69
HSL 85º 0.6% 0.2% -
HSV(B) 85º 0.75% 0.31% -
XYZ 4.57 6.6 1.69 -
YUV 65.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 55 80 20 0.31 0 0.75 0.69 85 0.6 0.2
Hex 37 50 14 1F 0 4B 45 55 3C 14
Octal 67 120 24 37 0 113 105 125 74 24
Binary 110111 1010000 10100 11111 0 1001011 1000101 1010101 111100 10100

Color Harmonies of #375014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375014

Black with #375014

Text Example


Text Example

White with #375014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375014; }

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

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

background-color css

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

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

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

border-color css

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

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

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