#374E13

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

Shades of Turtle Green #374E13

Tints of Turtle Green #374E13

Color information

#374E13 (or 0x374E13) is unknown color: approx Turtle Green. HEX triplet: 37, 4E and 13. RGB value is (55,78,19). Sum of RGB (Red+Green+Blue) = 55+78+19=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 78 (30.86% from 255 or 51.32% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 78 - color contains mainly: green. Hex color #374E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374E13 is #C8B1EC. Grayscale: #404040. Windows color (decimal): -13152749 or 1265207. OLE color: 1265207.

HSL color Cylindrical-coordinate representation of color #374E13: hue angle of 83.39º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374E13 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB557819-
CMYK0.2900.760.69
HSL83.39º60.82%19.02%-
HSV(B)83.39º75.64%30.59%-
XYZ4.426.311.6-
YUV64.4102.38121.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.18%
GREEN value IS 78 (30.86% from 255) = 51.32%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=36.18%
G=51.32%
B=12.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578190.2900.760.6983.3960.8219.02
Hex374E131D04C45533d13
Octal67116233501141051237523
Binary11011110011101001111101010011001000101101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374E13; }

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

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

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

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

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

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

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

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