#334805

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

Shades of Turtle Green #334805

Tints of Turtle Green #334805

Color information

#334805 (or 0x334805) is unknown color: approx Turtle Green. HEX triplet: 33, 48 and 05. RGB value is (51,72,5). Sum of RGB (Red+Green+Blue) = 51+72+5=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #334805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334805 is #CCB7FA. Grayscale: #3A3A3A. Windows color (decimal): -13416443 or 346163. OLE color: 346163.

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

Color convert

RGB51725-
CMYK0.2900.930.72
HSL78.81º87.01%15.1%-
HSV(B)78.81º93.06%28.24%-
XYZ3.715.350.98-
YUV58.0898.04122.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=39.84%
G=56.25%
B=3.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal517250.2900.930.7278.8187.0115.1
Hex334851D05D484f57f
Octal63110535013511011712717
Binary110011100100010111101010111011001000100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334805; }

 p { color: rgb(51,72,5); }

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

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

 a { background-color: rgb(51,72,5); }

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

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

 span { border-color: rgb(51,72,5); }

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