#374113

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

Shades of Turtle Green #374113

Tints of Turtle Green #374113

Color information

#374113 (or 0x374113) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 13. RGB value is (55,65,19). Sum of RGB (Red+Green+Blue) = 55+65+19=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #374113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374113 is #C8BEEC. Grayscale: #383838. Windows color (decimal): -13156077 or 1261879. OLE color: 1261879.

HSL color Cylindrical-coordinate representation of color #374113: hue angle of 73.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374113 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB556519-
CMYK0.1500.710.75
HSL73.04º54.76%16.47%-
HSV(B)73.04º70.77%25.49%-
XYZ3.584.641.32-
YUV56.77106.69126.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=39.57%
G=46.76%
B=13.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565190.1500.710.7573.0454.7616.47
Hex374113F0474B493710
Octal67101231701071131116720
Binary1101111000001100111111010001111001011100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374113; }

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

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

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

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

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

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

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

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