#374013

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

Shades of Turtle Green #374013

Tints of Turtle Green #374013

Color information

#374013 (or 0x374013) is unknown color: approx Turtle Green. HEX triplet: 37, 40 and 13. RGB value is (55,64,19). Sum of RGB (Red+Green+Blue) = 55+64+19=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #374013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374013 is #C8BFEC. Grayscale: #383838. Windows color (decimal): -13156333 or 1261623. OLE color: 1261623.

HSL color Cylindrical-coordinate representation of color #374013: hue angle of 72º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374013 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB556419-
CMYK0.1400.700.75
HSL72º54.22%16.27%-
HSV(B)72º70.31%25.1%-
XYZ3.534.531.3-
YUV56.18107.02127.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=39.86%
G=46.38%
B=13.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564190.1400.700.757254.2216.27
Hex374013E0464B483610
Octal67100231601061131106620
Binary1101111000000100111110010001101001011100100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374013; }

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

 H1.HeaderClassName
 {
   color: #374013;
 }
 .AnyTagClassName
 {
   color: #374013;
 }
</style>
background-color css

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

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

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

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

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

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