#374902

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

Shades of Turtle Green #374902

Tints of Turtle Green #374902

Color information

#374902 (or 0x374902) is unknown color: approx Turtle Green. HEX triplet: 37, 49 and 02. RGB value is (55,73,2). Sum of RGB (Red+Green+Blue) = 55+73+2=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #374902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374902 is #C8B6FD. Grayscale: #3B3B3B. Windows color (decimal): -13154046 or 149815. OLE color: 149815.

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

Color convert

RGB55732-
CMYK0.2500.970.71
HSL75.21º94.67%14.71%-
HSV(B)75.21º97.26%28.63%-
XYZ3.975.580.93-
YUV59.5295.54124.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=42.31%
G=56.15%
B=1.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal557320.2500.970.7175.2194.6714.71
Hex3749219061474b5ff
Octal67111231014110711313717
Binary11011110010011011001011000011000111100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374902; }

 p { color: rgb(55,73,2); }

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

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

 a { background-color: rgb(55,73,2); }

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

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

 span { border-color: rgb(55,73,2); }

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