#349823

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

Shades of La Palma #349823

Tints of La Palma #349823

Color information

#349823 (or 0x349823) is unknown color: approx La Palma. HEX triplet: 34, 98 and 23. RGB value is (52,152,35). Sum of RGB (Red+Green+Blue) = 52+152+35=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #349823 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349823 is #CB67DC. Grayscale: #6D6D6D. Windows color (decimal): -13330397 or 2332724. OLE color: 2332724.

HSL color Cylindrical-coordinate representation of color #349823: hue angle of 111.28º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349823 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB5215235-
CMYK0.6600.770.40
HSL111.28º62.57%36.67%-
HSV(B)111.28º76.97%59.61%-
XYZ12.9523.315.41-
YUV108.7686.3787.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 152 (59.77% from 255) = 63.60%
BLUE value IS 35 (14.06% from 255) = 14.64%
R=21.76%
G=63.60%
B=14.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152350.6600.770.40111.2862.5736.67
Hex3498234204D286f3f25
Octal64230431020115501577745
Binary110100100110001000111000010010011011010001101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349823; }

 p { color: rgb(52,152,35); }

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

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

 a { background-color: rgb(52,152,35); }

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

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

 span { border-color: rgb(52,152,35); }

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