#375014

Color #375014 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #375014

Tints of Turtle Green #375014

Color information

#375014 (or 0x375014) is unknown color: approx 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

RGB558020-
CMYK0.3100.750.69
HSL85º60%19.61%-
HSV(B)85º75%31.37%-
XYZ4.576.61.69-
YUV65.68102.22120.38-

RGB Variations

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

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.20% from 255) = 12.90%
R=35.48%
G=51.61%
B=12.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580200.3100.750.69856019.61
Hex3750141F04B45553c14
Octal67120243701131051257424
Binary11011110100001010011111010010111000101101010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>