Html Css Color HEX #349502 La Palma

📋 copy color: '#349502'

red 52 ◦ green 149 ◦ blue 2

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

Shades of La Palma #349502

Tints of La Palma #349502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 25.62%
G = 73.4%
B = 0.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#349502 (or 0x349502) is known color: La Palma. HEX triplet: 34, 95 and 02. RGB value is (52,149,2). Sum of RGB (Red+Green+Blue) = 52+149+2=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #349502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349502 is #CB6AFD. Grayscale: #676767. Windows color (decimal): -13331198 or 169268. OLE color: 169268.

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

Color convert

RGB 52 149 2 -
CMYK 0.65 0 0.99 0.42
HSL 99.59º 0.97% 0.3% -
HSV(B) 99.59º 0.99% 0.58% -
XYZ 12.17 22.23 3.71 -
YUV 103.24 70.86 91.45 -
System Red Green Blue C M Y K H S L
Decimal 52 149 2 0.65 0 0.99 0.42 99.59 0.97 0.3
Hex 34 95 2 41 0 63 2A 64 61 1E
Octal 64 225 2 101 0 143 52 144 141 36
Binary 110100 10010101 10 1000001 0 1100011 101010 1100100 1100001 11110

Color Harmonies of #349502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349502

Black with #349502

Text Example


Text Example

White with #349502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349502; }

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

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

background-color css

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

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

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

border-color css

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

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

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