Html Css Color HEX #349524 La Palma

📋 copy color: '#349524'

red 52 ◦ green 149 ◦ blue 36

#349524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #349524

Tints of La Palma #349524

RGB

 RED value IS 52 (20.7% from 255) = 21.94%

 GREEN value IS 149 (58.59% from 255) = 62.87%

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 21.94%
G = 62.87%
B = 15.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#349524 (or 0x349524) is known color: La Palma. HEX triplet: 34, 95 and 24. RGB value is (52,149,36). Sum of RGB (Red+Green+Blue) = 52+149+36=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #349524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349524 is #CB6ADB. Grayscale: #6B6B6B. Windows color (decimal): -13331164 or 2397492. OLE color: 2397492.

HSL color Cylindrical-coordinate representation of color #349524: hue angle of 111.5º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349524 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 36 -
CMYK 0.65 0 0.76 0.42
HSL 111.5º 0.61% 0.36% -
HSV(B) 111.5º 0.76% 0.58% -
XYZ 12.48 22.35 5.33 -
YUV 107.12 87.86 88.69 -
System Red Green Blue C M Y K H S L
Decimal 52 149 36 0.65 0 0.76 0.42 111.5 0.61 0.36
Hex 34 95 24 41 0 4C 2A 70 3D 24
Octal 64 225 44 101 0 114 52 160 75 44
Binary 110100 10010101 100100 1000001 0 1001100 101010 1110000 111101 100100

Color Harmonies of #349524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349524

Black with #349524

Text Example


Text Example

White with #349524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349524; }

 p { color: rgb(52,149,36); }

 H1.HeaderClassName
 {
   color: #349524;
 }
 .AnyTagClassName
 {
   color: #349524;
 }
</style>

background-color css

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

 a { background-color: rgb(52,149,36); }

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

border-color css

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

 span { border-color: rgb(52,149,36); }

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