Html Css Color HEX #349316 La Palma

📋 copy color: '#349316'

red 52 ◦ green 147 ◦ blue 22

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

Shades of La Palma #349316

Tints of La Palma #349316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.52%

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

R = 23.53%
G = 66.52%
B = 9.95%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#349316 (or 0x349316) is known color: La Palma. HEX triplet: 34, 93 and 16. RGB value is (52,147,22). Sum of RGB (Red+Green+Blue) = 52+147+22=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #349316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349316 is #CB6CE9. Grayscale: #686868. Windows color (decimal): -13331690 or 1479476. OLE color: 1479476.

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

Color convert

RGB 52 147 22 -
CMYK 0.65 0 0.85 0.42
HSL 105.6º 0.74% 0.33% -
HSV(B) 105.6º 0.85% 0.58% -
XYZ 11.99 21.66 4.31 -
YUV 104.35 81.53 90.66 -
System Red Green Blue C M Y K H S L
Decimal 52 147 22 0.65 0 0.85 0.42 105.6 0.74 0.33
Hex 34 93 16 41 0 55 2A 6A 4A 21
Octal 64 223 26 101 0 125 52 152 112 41
Binary 110100 10010011 10110 1000001 0 1010101 101010 1101010 1001010 100001

Color Harmonies of #349316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349316

Black with #349316

Text Example


Text Example

White with #349316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349316; }

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

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

background-color css

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

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

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

border-color css

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

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

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