#34930D

Color #34930D La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #34930D

Tints of La Palma #34930D

Color information

#34930D (or 0x34930D) is unknown color: approx La Palma. HEX triplet: 34, 93 and 0D. RGB value is (52,147,13). Sum of RGB (Red+Green+Blue) = 52+147+13=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #34930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34930D is #CB6CF2. Grayscale: #676767. Windows color (decimal): -13331699 or 889652. OLE color: 889652.

HSL color Cylindrical-coordinate representation of color #34930D: hue angle of 102.54º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34930D is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB5214713-
CMYK0.6500.910.42
HSL102.54º83.75%31.37%-
HSV(B)102.54º91.16%57.65%-
XYZ11.9221.633.93-
YUV103.3277.0391.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 147 (57.81% from 255) = 69.34%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=24.53%
G=69.34%
B=6.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147130.6500.910.42102.5483.7531.37
Hex3493D4105B2A67541f
Octal642231510101335214712437
Binary1101001001001111011000001010110111010101100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34930D; }

 p { color: rgb(52,147,13); }

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

<style>
 a { background-color: #34930D; }

 a { background-color: rgb(52,147,13); }

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

<style>
 span { border-color: #34930D; }

 span { border-color: rgb(52,147,13); }

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