Html Css Color HEX #349919 La Palma

📋 copy color: '#349919'

red 52 ◦ green 153 ◦ blue 25

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

Shades of La Palma #349919

Tints of La Palma #349919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.87%

R = 22.61%
G = 66.52%
B = 10.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#349919 (or 0x349919) is known color: La Palma. HEX triplet: 34, 99 and 19. RGB value is (52,153,25). Sum of RGB (Red+Green+Blue) = 52+153+25=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #349919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349919 is #CB66E6. Grayscale: #6C6C6C. Windows color (decimal): -13330151 or 1677620. OLE color: 1677620.

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

Color convert

RGB 52 153 25 -
CMYK 0.66 0 0.84 0.4
HSL 107.34º 0.72% 0.35% -
HSV(B) 107.34º 0.84% 0.6% -
XYZ 12.98 23.58 4.79 -
YUV 108.21 81.04 87.91 -
System Red Green Blue C M Y K H S L
Decimal 52 153 25 0.66 0 0.84 0.4 107.34 0.72 0.35
Hex 34 99 19 42 0 54 28 6B 48 23
Octal 64 231 31 102 0 124 50 153 110 43
Binary 110100 10011001 11001 1000010 0 1010100 101000 1101011 1001000 100011

Color Harmonies of #349919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349919

Black with #349919

Text Example


Text Example

White with #349919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349919; }

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

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

background-color css

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

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

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

border-color css

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

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

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