#334E03

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

Shades of Turtle Green #334E03

Tints of Turtle Green #334E03

Color information

#334E03 (or 0x334E03) is unknown color: approx Turtle Green. HEX triplet: 33, 4E and 03. RGB value is (51,78,3). Sum of RGB (Red+Green+Blue) = 51+78+3=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #334E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334E03 is #CCB1FC. Grayscale: #3D3D3D. Windows color (decimal): -13414909 or 216627. OLE color: 216627.

HSL color Cylindrical-coordinate representation of color #334E03: hue angle of 81.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #334E03 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB51783-
CMYK0.3500.960.69
HSL81.6º92.59%15.88%-
HSV(B)81.6º96.15%30.59%-
XYZ4.116.161.06-
YUV61.3895.05120.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 78 (30.86% from 255) = 59.09%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=38.64%
G=59.09%
B=2.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal517830.3500.960.6981.692.5915.88
Hex334E32306045525d10
Octal63116343014010512213520
Binary1100111001110111000110110000010001011010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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