#334801

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

Shades of Turtle Green #334801

Tints of Turtle Green #334801

Color information

#334801 (or 0x334801) is unknown color: approx Turtle Green. HEX triplet: 33, 48 and 01. RGB value is (51,72,1). Sum of RGB (Red+Green+Blue) = 51+72+1=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #334801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334801 is #CCB7FE. Grayscale: #393939. Windows color (decimal): -13416447 or 84019. OLE color: 84019.

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

Color convert

RGB51721-
CMYK0.2900.990.72
HSL77.75º97.26%14.31%-
HSV(B)77.75º98.61%28.24%-
XYZ3.695.340.87-
YUV57.6396.04123.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=41.13%
G=58.06%
B=0.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal517210.2900.990.7277.7597.2614.31
Hex334811D063484e61e
Octal63110135014311011614116
Binary1100111001000111101011000111001000100111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334801; }

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

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

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

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

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

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

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

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