Html Css Color HEX #349620 La Palma

📋 copy color: '#349620'

red 52 ◦ green 150 ◦ blue 32

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

Shades of La Palma #349620

Tints of La Palma #349620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.1%

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 22.22%
G = 64.1%
B = 13.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#349620 (or 0x349620) is known color: La Palma. HEX triplet: 34, 96 and 20. RGB value is (52,150,32). Sum of RGB (Red+Green+Blue) = 52+150+32=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 150 (58.98% from 255 or 64.10% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 150 - color contains mainly: green. Hex color #349620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349620 is #CB69DF. Grayscale: #6B6B6B. Windows color (decimal): -13330912 or 2135604. OLE color: 2135604.

HSL color Cylindrical-coordinate representation of color #349620: hue angle of 109.83º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #349620 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 32 -
CMYK 0.65 0 0.79 0.41
HSL 109.83º 0.65% 0.36% -
HSV(B) 109.83º 0.79% 0.59% -
XYZ 12.58 22.65 5.07 -
YUV 107.25 85.53 88.59 -
System Red Green Blue C M Y K H S L
Decimal 52 150 32 0.65 0 0.79 0.41 109.83 0.65 0.36
Hex 34 96 20 41 0 4F 29 6E 41 24
Octal 64 226 40 101 0 117 51 156 101 44
Binary 110100 10010110 100000 1000001 0 1001111 101001 1101110 1000001 100100

Color Harmonies of #349620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349620

Black with #349620

Text Example


Text Example

White with #349620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349620; }

 p { color: rgb(52,150,32); }

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

background-color css

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

 a { background-color: rgb(52,150,32); }

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

border-color css

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

 span { border-color: rgb(52,150,32); }

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