#334B01

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

Shades of Turtle Green #334B01

Tints of Turtle Green #334B01

Color information

#334B01 (or 0x334B01) is unknown color: approx Turtle Green. HEX triplet: 33, 4B and 01. RGB value is (51,75,1). Sum of RGB (Red+Green+Blue) = 51+75+1=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 75 (29.69% from 255 or 59.06% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 75 - color contains mainly: green. Hex color #334B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B01 is #CCB4FE. Grayscale: #3B3B3B. Windows color (decimal): -13415679 or 84787. OLE color: 84787.

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

Color convert

RGB51751-
CMYK0.3200.990.71
HSL79.46º97.37%14.9%-
HSV(B)79.46º98.67%29.41%-
XYZ3.895.740.93-
YUV59.3995.05122.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 75 (29.69% from 255) = 59.06%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=40.16%
G=59.06%
B=0.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal517510.3200.990.7179.4697.3714.9
Hex334B120063474f61f
Octal63113140014310711714117
Binary11001110010111100000011000111000111100111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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