#334B0A

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

Shades of Turtle Green #334B0A

Tints of Turtle Green #334B0A

Color information

#334B0A (or 0x334B0A) is unknown color: approx Turtle Green. HEX triplet: 33, 4B and 0A. RGB value is (51,75,10). Sum of RGB (Red+Green+Blue) = 51+75+10=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #334B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B0A is #CCB4F5. Grayscale: #3C3C3C. Windows color (decimal): -13415670 or 674611. OLE color: 674611.

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

Color convert

RGB517510-
CMYK0.3200.870.71
HSL82.15º76.47%16.67%-
HSV(B)82.15º86.67%29.41%-
XYZ3.945.761.19-
YUV60.4199.55121.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=37.5%
G=55.15%
B=7.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175100.3200.870.7182.1576.4716.67
Hex334BA2005747524c11
Octal631131240012710712211421
Binary110011100101110101000000101011110001111010010100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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