#334009

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

Shades of Turtle Green #334009

Tints of Turtle Green #334009

Color information

#334009 (or 0x334009) is unknown color: approx Turtle Green. HEX triplet: 33, 40 and 09. RGB value is (51,64,9). Sum of RGB (Red+Green+Blue) = 51+64+9=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #334009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334009 is #CCBFF6. Grayscale: #363636. Windows color (decimal): -13418487 or 606259. OLE color: 606259.

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

Color convert

RGB51649-
CMYK0.2000.860.75
HSL74.18º75.34%14.31%-
HSV(B)74.18º85.94%25.1%-
XYZ3.254.390.93-
YUV53.84102.69125.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=41.13%
G=51.61%
B=7.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516490.2000.860.7574.1875.3414.31
Hex33409140564B4a4be
Octal631001124012611311211316
Binary1100111000000100110100010101101001011100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334009; }

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

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

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

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

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

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

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

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