Html Css Color HEX #349916 La Palma

📋 copy color: '#349916'

red 52 ◦ green 153 ◦ blue 22

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

Shades of La Palma #349916

Tints of La Palma #349916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.4%

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 22.91%
G = 67.4%
B = 9.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#349916 (or 0x349916) is known color: La Palma. HEX triplet: 34, 99 and 16. RGB value is (52,153,22). Sum of RGB (Red+Green+Blue) = 52+153+22=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 153 (60.16% from 255 or 67.40% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 153 - color contains mainly: green. Hex color #349916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349916 is #CB66E9. Grayscale: #6C6C6C. Windows color (decimal): -13330154 or 1481012. OLE color: 1481012.

HSL color Cylindrical-coordinate representation of color #349916: hue angle of 106.26º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #349916 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 22 -
CMYK 0.66 0 0.86 0.4
HSL 106.26º 0.75% 0.34% -
HSV(B) 106.26º 0.86% 0.6% -
XYZ 12.95 23.57 4.63 -
YUV 107.87 79.54 88.15 -
System Red Green Blue C M Y K H S L
Decimal 52 153 22 0.66 0 0.86 0.4 106.26 0.75 0.34
Hex 34 99 16 42 0 56 28 6A 4B 22
Octal 64 231 26 102 0 126 50 152 113 42
Binary 110100 10011001 10110 1000010 0 1010110 101000 1101010 1001011 100010

Color Harmonies of #349916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349916

Black with #349916

Text Example


Text Example

White with #349916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349916; }

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

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

background-color css

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

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

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

border-color css

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

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

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