#34450B

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

Shades of Turtle Green #34450B

Tints of Turtle Green #34450B

Color information

#34450B (or 0x34450B) is unknown color: approx Turtle Green. HEX triplet: 34, 45 and 0B. RGB value is (52,69,11). Sum of RGB (Red+Green+Blue) = 52+69+11=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #34450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34450B is #CBBAF4. Grayscale: #393939. Windows color (decimal): -13351669 or 738612. OLE color: 738612.

HSL color Cylindrical-coordinate representation of color #34450B: hue angle of 77.59º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34450B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB526911-
CMYK0.2500.840.73
HSL77.59º72.5%15.69%-
HSV(B)77.59º84.06%27.06%-
XYZ3.65.011.09-
YUV57.3101.87124.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 11 (4.69% from 255) = 8.33%
R=39.39%
G=52.27%
B=8.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269110.2500.840.7377.5972.515.69
Hex3445B19054494e4810
Octal641051331012411111611020
Binary11010010001011011110010101010010010011001110100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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