#374603

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

Shades of Turtle Green #374603

Tints of Turtle Green #374603

Color information

#374603 (or 0x374603) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 03. RGB value is (55,70,3). Sum of RGB (Red+Green+Blue) = 55+70+3=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #374603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374603 is #C8B9FC. Grayscale: #3A3A3A. Windows color (decimal): -13154813 or 214583. OLE color: 214583.

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

Color convert

RGB55703-
CMYK0.2100.960.73
HSL73.43º91.78%14.31%-
HSV(B)73.43º95.71%27.45%-
XYZ3.785.20.89-
YUV57.8897.03125.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=42.97%
G=54.69%
B=2.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal557030.2100.960.7373.4391.7814.31
Hex374631506049495ce
Octal67106325014011111113416
Binary11011110001101110101011000001001001100100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374603; }

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

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

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

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

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

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

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

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