Html Css Color HEX #349C19 La Palma

📋 copy color: '#349C19'

red 52 ◦ green 156 ◦ blue 25

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

Shades of La Palma #349C19

Tints of La Palma #349C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 66.95%

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

R = 22.32%
G = 66.95%
B = 10.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#349C19 (or 0x349C19) is known color: La Palma. HEX triplet: 34, 9C and 19. RGB value is (52,156,25). Sum of RGB (Red+Green+Blue) = 52+156+25=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #349C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C19 is #CB63E6. Grayscale: #6E6E6E. Windows color (decimal): -13329383 or 1678388. OLE color: 1678388.

HSL color Cylindrical-coordinate representation of color #349C19: hue angle of 107.63º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #349C19 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 25 -
CMYK 0.67 0 0.84 0.39
HSL 107.63º 0.72% 0.35% -
HSV(B) 107.63º 0.84% 0.61% -
XYZ 13.48 24.58 4.95 -
YUV 109.97 80.04 86.65 -
System Red Green Blue C M Y K H S L
Decimal 52 156 25 0.67 0 0.84 0.39 107.63 0.72 0.35
Hex 34 9C 19 43 0 54 27 6C 48 23
Octal 64 234 31 103 0 124 47 154 110 43
Binary 110100 10011100 11001 1000011 0 1010100 100111 1101100 1001000 100011

Color Harmonies of #349C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C19

Black with #349C19

Text Example


Text Example

White with #349C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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