#374605

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

Shades of Turtle Green #374605

Tints of Turtle Green #374605

Color information

#374605 (or 0x374605) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 05. RGB value is (55,70,5). Sum of RGB (Red+Green+Blue) = 55+70+5=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #374605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374605 is #C8B9FA. Grayscale: #3A3A3A. Windows color (decimal): -13154811 or 345655. OLE color: 345655.

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

Color convert

RGB55705-
CMYK0.2100.930.73
HSL73.85º86.67%14.71%-
HSV(B)73.85º92.86%27.45%-
XYZ3.795.20.95-
YUV58.198.03125.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=42.31%
G=53.85%
B=3.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal557050.2100.930.7373.8586.6714.71
Hex374651505D494a57f
Octal67106525013511111212717
Binary110111100011010110101010111011001001100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374605; }

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

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

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

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

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

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

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

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