Html Css Color HEX #349504 La Palma

📋 copy color: '#349504'

red 52 ◦ green 149 ◦ blue 4

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

Shades of La Palma #349504

Tints of La Palma #349504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 25.37%
G = 72.68%
B = 1.95%

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

#349504 (or 0x349504) is known color: La Palma. HEX triplet: 34, 95 and 04. RGB value is (52,149,4). Sum of RGB (Red+Green+Blue) = 52+149+4=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #349504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349504 is #CB6AFB. Grayscale: #676767. Windows color (decimal): -13331196 or 300340. OLE color: 300340.

HSL color Cylindrical-coordinate representation of color #349504: hue angle of 100.14º degrees, saturation: 0.95, 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 #349504 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 4 -
CMYK 0.65 0 0.97 0.42
HSL 100.14º 0.95% 0.3% -
HSV(B) 100.14º 0.97% 0.58% -
XYZ 12.19 22.23 3.76 -
YUV 103.47 71.86 91.29 -
System Red Green Blue C M Y K H S L
Decimal 52 149 4 0.65 0 0.97 0.42 100.14 0.95 0.3
Hex 34 95 4 41 0 61 2A 64 5F 1E
Octal 64 225 4 101 0 141 52 144 137 36
Binary 110100 10010101 100 1000001 0 1100001 101010 1100100 1011111 11110

Color Harmonies of #349504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349504

Black with #349504

Text Example


Text Example

White with #349504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349504; }

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

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

background-color css

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

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

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

border-color css

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

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

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