#34940C

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

Shades of La Palma #34940C

Tints of La Palma #34940C

Color information

#34940C (or 0x34940C) is unknown color: approx La Palma. HEX triplet: 34, 94 and 0C. RGB value is (52,148,12). Sum of RGB (Red+Green+Blue) = 52+148+12=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #34940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34940C is #CB6BF3. Grayscale: #686868. Windows color (decimal): -13331444 or 824372. OLE color: 824372.

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

Color convert

RGB5214812-
CMYK0.6500.920.42
HSL102.35º85%31.37%-
HSV(B)102.35º91.89%58.04%-
XYZ12.0721.943.95-
YUV103.7976.291.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 148 (58.20% from 255) = 69.81%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=24.53%
G=69.81%
B=5.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148120.6500.920.42102.358531.37
Hex3494C4105C2A66551f
Octal642241410101345214612537
Binary1101001001010011001000001010111001010101100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34940C; }

 p { color: rgb(52,148,12); }

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

<style>
 a { background-color: #34940C; }

 a { background-color: rgb(52,148,12); }

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

<style>
 span { border-color: #34940C; }

 span { border-color: rgb(52,148,12); }

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