#34901F

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

Shades of La Palma #34901F

Tints of La Palma #34901F

Color information

#34901F (or 0x34901F) is unknown color: approx La Palma. HEX triplet: 34, 90 and 1F. RGB value is (52,144,31). Sum of RGB (Red+Green+Blue) = 52+144+31=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #34901F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34901F is #CB6FE0. Grayscale: #676767. Windows color (decimal): -13332449 or 2068532. OLE color: 2068532.

HSL color Cylindrical-coordinate representation of color #34901F: hue angle of 108.85º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34901F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB5214431-
CMYK0.6400.780.44
HSL108.85º64.57%34.31%-
HSV(B)108.85º78.47%56.47%-
XYZ11.6420.784.69-
YUV103.6187.0291.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 144 (56.64% from 255) = 63.44%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=22.91%
G=63.44%
B=13.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144310.6400.780.44108.8564.5734.31
Hex34901F4004E2C6d4122
Octal642203710001165415510142
Binary110100100100001111110000000100111010110011011011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,144,31); }

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

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

 a { background-color: rgb(52,144,31); }

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

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

 span { border-color: rgb(52,144,31); }

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