#34991B

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

Shades of La Palma #34991B

Tints of La Palma #34991B

Color information

#34991B (or 0x34991B) is unknown color: approx La Palma. HEX triplet: 34, 99 and 1B. RGB value is (52,153,27). Sum of RGB (Red+Green+Blue) = 52+153+27=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #34991B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34991B is #CB66E4. Grayscale: #6C6C6C. Windows color (decimal): -13330149 or 1808692. OLE color: 1808692.

HSL color Cylindrical-coordinate representation of color #34991B: hue angle of 108.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34991B is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB5215327-
CMYK0.6600.820.4
HSL108.1º70%35.29%-
HSV(B)108.1º82.35%60%-
XYZ13.0123.594.91-
YUV108.4482.0487.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 153 (60.16% from 255) = 65.95%
BLUE value IS 27 (10.94% from 255) = 11.64%
R=22.41%
G=65.95%
B=11.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153270.6600.820.4108.17035.29
Hex34991B42052286c4623
Octal642313310201225015410643
Binary110100100110011101110000100101001010100011011001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34991B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34991B; }

 p { color: rgb(52,153,27); }

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

<style>
 a { background-color: #34991B; }

 a { background-color: rgb(52,153,27); }

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

<style>
 span { border-color: #34991B; }

 span { border-color: rgb(52,153,27); }

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