#334200

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

Shades of Turtle Green #334200

Tints of Turtle Green #334200

Color information

#334200 (or 0x334200) is unknown color: approx Turtle Green. HEX triplet: 33, 42 and 00. RGB value is (51,66,0). Sum of RGB (Red+Green+Blue) = 51+66+0=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #334200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334200 is #CCBDFF. Grayscale: #363636. Windows color (decimal): -13417984 or 16947. OLE color: 16947.

HSL color Cylindrical-coordinate representation of color #334200: hue angle of 73.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #334200 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB51660-
CMYK0.23010.74
HSL73.64º100%12.94%-
HSV(B)73.64º100%25.88%-
XYZ3.314.60.71-
YUV53.9997.53125.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 66 (26.17% from 255) = 56.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.59%
G=56.41%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal516600.23010.7473.6410012.94
Hex33420170644A4a64d
Octal63102027014411211214415
Binary1100111000010010111011001001001010100101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334200; }

 p { color: rgb(51,66,0); }

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

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

 a { background-color: rgb(51,66,0); }

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

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

 span { border-color: rgb(51,66,0); }

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