#334001

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

Shades of Turtle Green #334001

Tints of Turtle Green #334001

Color information

#334001 (or 0x334001) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 01. RGB value is (51,64,1). Sum of RGB (Red+Green+Blue) = 51+64+1=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #334001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334001 is #CCBFFE. Grayscale: #353535. Windows color (decimal): -13418495 or 81971. OLE color: 81971.

HSL color Cylindrical-coordinate representation of color #334001: hue angle of 72.38º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #334001 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB51641-
CMYK0.2000.980.75
HSL72.38º96.92%12.75%-
HSV(B)72.38º98.44%25.1%-
XYZ3.24.370.7-
YUV52.9398.69126.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=43.97%
G=55.17%
B=0.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516410.2000.980.7572.3896.9212.75
Hex33401140624B4861d
Octal63100124014211311014115
Binary1100111000000110100011000101001011100100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334001; }

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

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

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

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

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

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

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

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