#34510F

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

Shades of Turtle Green #34510F

Tints of Turtle Green #34510F

Color information

#34510F (or 0x34510F) is unknown color: approx Turtle Green. HEX triplet: 34, 51 and 0F. RGB value is (52,81,15). Sum of RGB (Red+Green+Blue) = 52+81+15=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #34510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34510F is #CBAEF0. Grayscale: #414141. Windows color (decimal): -13348593 or 1003828. OLE color: 1003828.

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

Color convert

RGB528115-
CMYK0.3600.810.68
HSL86.36º68.75%18.82%-
HSV(B)86.36º81.48%31.76%-
XYZ4.446.651.5-
YUV64.899.89118.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 81 (32.03% from 255) = 54.73%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=35.14%
G=54.73%
B=10.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281150.3600.810.6886.3668.7518.82
Hex3451F2405144564513
Octal641211744012110412610523
Binary110100101000111111001000101000110001001010110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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