#34510B

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

Shades of Turtle Green #34510B

Tints of Turtle Green #34510B

Color information

#34510B (or 0x34510B) is unknown color: approx Turtle Green. HEX triplet: 34, 51 and 0B. RGB value is (52,81,11). Sum of RGB (Red+Green+Blue) = 52+81+11=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #34510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34510B is #CBAEF4. Grayscale: #404040. Windows color (decimal): -13348597 or 741684. OLE color: 741684.

HSL color Cylindrical-coordinate representation of color #34510B: hue angle of 84.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34510B is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB528111-
CMYK0.3600.860.68
HSL84.86º76.09%18.04%-
HSV(B)84.86º86.42%31.76%-
XYZ4.426.641.37-
YUV64.3597.89119.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=36.11%
G=56.25%
B=7.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281110.3600.860.6884.8676.0918.04
Hex3451B2405644554c12
Octal641211344012610412511422
Binary110100101000110111001000101011010001001010101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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