#34480F

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

Shades of Turtle Green #34480F

Tints of Turtle Green #34480F

Color information

#34480F (or 0x34480F) is unknown color: approx Turtle Green. HEX triplet: 34, 48 and 0F. RGB value is (52,72,15). Sum of RGB (Red+Green+Blue) = 52+72+15=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #34480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34480F is #CBB7F0. Grayscale: #3B3B3B. Windows color (decimal): -13350897 or 1001524. OLE color: 1001524.

HSL color Cylindrical-coordinate representation of color #34480F: hue angle of 81.05º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34480F is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB527215-
CMYK0.2800.790.72
HSL81.05º65.52%17.06%-
HSV(B)81.05º79.17%28.24%-
XYZ3.825.41.29-
YUV59.52102.87122.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=37.41%
G=51.80%
B=10.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272150.2800.790.7281.0565.5217.06
Hex3448F1C04F48514211
Octal641101734011711012110221
Binary11010010010001111111000100111110010001010001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34480F; }

 p { color: rgb(52,72,15); }

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

<style>
 a { background-color: #34480F; }

 a { background-color: rgb(52,72,15); }

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

<style>
 span { border-color: #34480F; }

 span { border-color: rgb(52,72,15); }

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