Html Css Color HEX #349505 La Palma

📋 copy color: '#349505'

red 52 ◦ green 149 ◦ blue 5

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

Shades of La Palma #349505

Tints of La Palma #349505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.43%

R = 25.24%
G = 72.33%
B = 2.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#349505 (or 0x349505) is known color: La Palma. HEX triplet: 34, 95 and 05. RGB value is (52,149,5). Sum of RGB (Red+Green+Blue) = 52+149+5=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #349505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349505 is #CB6AFA. Grayscale: #686868. Windows color (decimal): -13331195 or 365876. OLE color: 365876.

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

Color convert

RGB 52 149 5 -
CMYK 0.65 0 0.97 0.42
HSL 100.42º 0.94% 0.3% -
HSV(B) 100.42º 0.97% 0.58% -
XYZ 12.19 22.24 3.79 -
YUV 103.58 72.36 91.21 -
System Red Green Blue C M Y K H S L
Decimal 52 149 5 0.65 0 0.97 0.42 100.42 0.94 0.3
Hex 34 95 5 41 0 61 2A 64 5E 1E
Octal 64 225 5 101 0 141 52 144 136 36
Binary 110100 10010101 101 1000001 0 1100001 101010 1100100 1011110 11110

Color Harmonies of #349505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349505

Black with #349505

Text Example


Text Example

White with #349505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349505; }

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

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

background-color css

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

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

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

border-color css

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

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

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