#334701

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

Shades of Turtle Green #334701

Tints of Turtle Green #334701

Color information

#334701 (or 0x334701) is unknown color: approx Turtle Green. HEX triplet: 33, 47 and 01. RGB value is (51,71,1). Sum of RGB (Red+Green+Blue) = 51+71+1=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #334701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334701 is #CCB8FE. Grayscale: #393939. Windows color (decimal): -13416703 or 83763. OLE color: 83763.

HSL color Cylindrical-coordinate representation of color #334701: hue angle of 77.14º 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 #334701 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB51711-
CMYK0.2800.990.72
HSL77.14º97.22%14.12%-
HSV(B)77.14º98.59%27.84%-
XYZ3.625.210.84-
YUV57.0496.37123.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=41.46%
G=57.72%
B=0.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal517110.2800.990.7277.1497.2214.12
Hex334711C063484d61e
Octal63107134014311011514116
Binary1100111000111111100011000111001000100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334701; }

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

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

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

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

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

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

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

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