#334C0D

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

Shades of Turtle Green #334C0D

Tints of Turtle Green #334C0D

Color information

#334C0D (or 0x334C0D) is unknown color: approx Turtle Green. HEX triplet: 33, 4C and 0D. RGB value is (51,76,13). Sum of RGB (Red+Green+Blue) = 51+76+13=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #334C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C0D is #CCB3F2. Grayscale: #3D3D3D. Windows color (decimal): -13415411 or 871475. OLE color: 871475.

HSL color Cylindrical-coordinate representation of color #334C0D: hue angle of 83.81º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #334C0D is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB517613-
CMYK0.3300.830.70
HSL83.81º70.79%17.45%-
HSV(B)83.81º82.89%29.8%-
XYZ4.025.91.31-
YUV61.34100.72120.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 76 (30.08% from 255) = 54.29%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=36.43%
G=54.29%
B=9.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176130.3300.830.7083.8170.7917.45
Hex334CD2105346544711
Octal631141541012310612410721
Binary110011100110011011000010101001110001101010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,13); }

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

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

 a { background-color: rgb(51,76,13); }

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

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

 span { border-color: rgb(51,76,13); }

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