#334703

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

Shades of Turtle Green #334703

Tints of Turtle Green #334703

Color information

#334703 (or 0x334703) is unknown color: approx Turtle Green. HEX triplet: 33, 47 and 03. RGB value is (51,71,3). Sum of RGB (Red+Green+Blue) = 51+71+3=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #334703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334703 is #CCB8FC. Grayscale: #393939. Windows color (decimal): -13416701 or 214835. OLE color: 214835.

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

Color convert

RGB51713-
CMYK0.2800.960.72
HSL77.65º91.89%14.51%-
HSV(B)77.65º95.77%27.84%-
XYZ3.635.220.9-
YUV57.2797.37123.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=40.8%
G=56.8%
B=2.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal517130.2800.960.7277.6591.8914.51
Hex334731C060484e5cf
Octal63107334014011011613417
Binary11001110001111111100011000001001000100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334703; }

 p { color: rgb(51,71,3); }

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

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

 a { background-color: rgb(51,71,3); }

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

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

 span { border-color: rgb(51,71,3); }

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