#334B13

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

Shades of Turtle Green #334B13

Tints of Turtle Green #334B13

Color information

#334B13 (or 0x334B13) is unknown color: approx Turtle Green. HEX triplet: 33, 4B and 13. RGB value is (51,75,19). Sum of RGB (Red+Green+Blue) = 51+75+19=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #334B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B13 is #CCB4EC. Grayscale: #3D3D3D. Windows color (decimal): -13415661 or 1264435. OLE color: 1264435.

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

Color convert

RGB517519-
CMYK0.3200.750.71
HSL85.71º59.57%18.43%-
HSV(B)85.71º74.67%29.41%-
XYZ45.781.52-
YUV61.44104.05120.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.17%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=35.17%
G=51.72%
B=13.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175190.3200.750.7185.7159.5718.43
Hex334B132004B47563c12
Octal63113234001131071267422
Binary110011100101110011100000010010111000111101011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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