#34430F

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

Shades of Turtle Green #34430F

Tints of Turtle Green #34430F

Color information

#34430F (or 0x34430F) is unknown color: approx Turtle Green. HEX triplet: 34, 43 and 0F. RGB value is (52,67,15). Sum of RGB (Red+Green+Blue) = 52+67+15=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #34430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34430F is #CBBCF0. Grayscale: #383838. Windows color (decimal): -13352177 or 1000244. OLE color: 1000244.

HSL color Cylindrical-coordinate representation of color #34430F: hue angle of 77.31º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34430F is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB526715-
CMYK0.2200.780.74
HSL77.31º63.41%16.08%-
HSV(B)77.31º77.61%26.27%-
XYZ3.514.781.19-
YUV56.59104.53124.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=38.81%
G=50%
B=11.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267150.2200.780.7477.3163.4116.08
Hex3443F1604E4A4d3f10
Octal64103172601161121157720
Binary1101001000011111110110010011101001010100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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