Html Css Color HEX #349419 La Palma

📋 copy color: '#349419'

red 52 ◦ green 148 ◦ blue 25

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

Shades of La Palma #349419

Tints of La Palma #349419

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.78%

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

R = 23.11%
G = 65.78%
B = 11.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#349419 (or 0x349419) is known color: La Palma. HEX triplet: 34, 94 and 19. RGB value is (52,148,25). Sum of RGB (Red+Green+Blue) = 52+148+25=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #349419 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349419 is #CB6BE6. Grayscale: #696969. Windows color (decimal): -13331431 or 1676340. OLE color: 1676340.

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

Color convert

RGB 52 148 25 -
CMYK 0.65 0 0.83 0.42
HSL 106.83º 0.71% 0.34% -
HSV(B) 106.83º 0.83% 0.58% -
XYZ 12.18 21.98 4.52 -
YUV 105.27 82.7 90 -
System Red Green Blue C M Y K H S L
Decimal 52 148 25 0.65 0 0.83 0.42 106.83 0.71 0.34
Hex 34 94 19 41 0 53 2A 6B 47 22
Octal 64 224 31 101 0 123 52 153 107 42
Binary 110100 10010100 11001 1000001 0 1010011 101010 1101011 1000111 100010

Color Harmonies of #349419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349419

Black with #349419

Text Example


Text Example

White with #349419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349419; }

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

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

background-color css

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

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

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

border-color css

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

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

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