#34530B

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

Shades of Turtle Green #34530B

Tints of Turtle Green #34530B

Color information

#34530B (or 0x34530B) is unknown color: approx Turtle Green. HEX triplet: 34, 53 and 0B. RGB value is (52,83,11). Sum of RGB (Red+Green+Blue) = 52+83+11=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #34530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34530B is #CBACF4. Grayscale: #414141. Windows color (decimal): -13348085 or 742196. OLE color: 742196.

HSL color Cylindrical-coordinate representation of color #34530B: hue angle of 85.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34530B is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB528311-
CMYK0.3700.870.67
HSL85.83º76.6%18.43%-
HSV(B)85.83º86.75%32.55%-
XYZ4.576.941.42-
YUV65.5297.23118.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=35.62%
G=56.85%
B=7.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283110.3700.870.6785.8376.618.43
Hex3453B2505743564d12
Octal641231345012710312611522
Binary110100101001110111001010101011110000111010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34530B; }

 p { color: rgb(52,83,11); }

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

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

 a { background-color: rgb(52,83,11); }

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

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

 span { border-color: rgb(52,83,11); }

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