#374C02

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

Shades of Turtle Green #374C02

Tints of Turtle Green #374C02

Color information

#374C02 (or 0x374C02) is unknown color: approx Turtle Green. HEX triplet: 37, 4C and 02. RGB value is (55,76,2). Sum of RGB (Red+Green+Blue) = 55+76+2=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #374C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C02 is #C8B3FD. Grayscale: #3D3D3D. Windows color (decimal): -13153278 or 150583. OLE color: 150583.

HSL color Cylindrical-coordinate representation of color #374C02: hue angle of 77.03º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374C02 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB55762-
CMYK0.2800.970.70
HSL77.03º94.87%15.29%-
HSV(B)77.03º97.37%29.8%-
XYZ4.175.990.99-
YUV61.2894.54123.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.35%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=41.35%
G=57.14%
B=1.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal557620.2800.970.7077.0394.8715.29
Hex374C21C061464d5ff
Octal67114234014110611513717
Binary11011110011001011100011000011000110100110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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