#374413

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

Shades of Turtle Green #374413

Tints of Turtle Green #374413

Color information

#374413 (or 0x374413) is unknown color: approx Turtle Green. HEX triplet: 37, 44 and 13. RGB value is (55,68,19). Sum of RGB (Red+Green+Blue) = 55+68+19=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #374413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374413 is #C8BBEC. Grayscale: #3A3A3A. Windows color (decimal): -13155309 or 1262647. OLE color: 1262647.

HSL color Cylindrical-coordinate representation of color #374413: hue angle of 75.92º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374413 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB556819-
CMYK0.1900.720.73
HSL75.92º56.32%17.06%-
HSV(B)75.92º72.06%26.67%-
XYZ3.764.991.38-
YUV58.53105.69125.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=38.73%
G=47.89%
B=13.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5568190.1900.720.7375.9256.3217.06
Hex37441313048494c3811
Octal67104232301101111147021
Binary11011110001001001110011010010001001001100110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374413; }

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

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

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

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

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

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

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

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