#374109

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

Shades of Turtle Green #374109

Tints of Turtle Green #374109

Color information

#374109 (or 0x374109) is unknown color: approx Turtle Green. HEX triplet: 37, 41 and 09. RGB value is (55,65,9). Sum of RGB (Red+Green+Blue) = 55+65+9=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #374109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374109 is #C8BEF6. Grayscale: #373737. Windows color (decimal): -13156087 or 606519. OLE color: 606519.

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

Color convert

RGB55659-
CMYK0.1500.860.75
HSL70.71º75.68%14.51%-
HSV(B)70.71º86.15%25.49%-
XYZ3.524.610.96-
YUV55.63101.69127.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=42.64%
G=50.39%
B=6.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556590.1500.860.7570.7175.6814.51
Hex37419F0564B474cf
Octal671011117012611310711417
Binary110111100000110011111010101101001011100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374109; }

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

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

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

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

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

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

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

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