#334C01

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

Shades of Turtle Green #334C01

Tints of Turtle Green #334C01

Color information

#334C01 (or 0x334C01) is unknown color: approx Turtle Green. HEX triplet: 33, 4C and 01. RGB value is (51,76,1). Sum of RGB (Red+Green+Blue) = 51+76+1=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #334C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C01 is #CCB3FE. Grayscale: #3C3C3C. Windows color (decimal): -13415423 or 85043. OLE color: 85043.

HSL color Cylindrical-coordinate representation of color #334C01: hue angle of 80º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #334C01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB51761-
CMYK0.3300.990.70
HSL80º97.4%15.1%-
HSV(B)80º98.68%29.8%-
XYZ3.965.870.95-
YUV59.9794.72121.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 76 (30.08% from 255) = 59.38%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=39.84%
G=59.38%
B=0.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal517610.3300.990.708097.415.1
Hex334C121063465061f
Octal63114141014310612014117
Binary11001110011001100001011000111000110101000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334C01; }

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

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

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

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

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

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

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

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