#374602

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

Shades of Turtle Green #374602

Tints of Turtle Green #374602

Color information

#374602 (or 0x374602) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 02. RGB value is (55,70,2). Sum of RGB (Red+Green+Blue) = 55+70+2=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #374602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374602 is #C8B9FD. Grayscale: #3A3A3A. Windows color (decimal): -13154814 or 149047. OLE color: 149047.

HSL color Cylindrical-coordinate representation of color #374602: hue angle of 73.24º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374602 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB55702-
CMYK0.2100.970.73
HSL73.24º94.44%14.12%-
HSV(B)73.24º97.14%27.45%-
XYZ3.785.20.86-
YUV57.7696.53126.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.31%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=43.31%
G=55.12%
B=1.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal557020.2100.970.7373.2494.4414.12
Hex374621506149495ee
Octal67106225014111111113616
Binary11011110001101010101011000011001001100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374602; }

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

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

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

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

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

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

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

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