#374313

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

Shades of Turtle Green #374313

Tints of Turtle Green #374313

Color information

#374313 (or 0x374313) is unknown color: approx Turtle Green. HEX triplet: 37, 43 and 13. RGB value is (55,67,19). Sum of RGB (Red+Green+Blue) = 55+67+19=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #374313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374313 is #C8BCEC. Grayscale: #3A3A3A. Windows color (decimal): -13155565 or 1262391. OLE color: 1262391.

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

Color convert

RGB556719-
CMYK0.1800.720.74
HSL75º55.81%16.86%-
HSV(B)75º71.64%26.27%-
XYZ3.74.871.36-
YUV57.94106.02125.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=39.01%
G=47.52%
B=13.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5567190.1800.720.747555.8116.86
Hex374313120484A4b3811
Octal67103232201101121137021
Binary11011110000111001110010010010001001010100101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374313; }

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

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

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

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

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

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

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

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