Html Css Color HEX #349418 La Palma

📋 copy color: '#349418'

red 52 ◦ green 148 ◦ blue 24

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

Shades of La Palma #349418

Tints of La Palma #349418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 23.21%
G = 66.07%
B = 10.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#349418 (or 0x349418) is known color: La Palma. HEX triplet: 34, 94 and 18. RGB value is (52,148,24). Sum of RGB (Red+Green+Blue) = 52+148+24=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #349418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349418 is #CB6BE7. Grayscale: #696969. Windows color (decimal): -13331432 or 1610804. OLE color: 1610804.

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

Color convert

RGB 52 148 24 -
CMYK 0.65 0 0.84 0.42
HSL 106.45º 0.72% 0.34% -
HSV(B) 106.45º 0.84% 0.58% -
XYZ 12.17 21.98 4.46 -
YUV 105.16 82.2 90.08 -
System Red Green Blue C M Y K H S L
Decimal 52 148 24 0.65 0 0.84 0.42 106.45 0.72 0.34
Hex 34 94 18 41 0 54 2A 6A 48 22
Octal 64 224 30 101 0 124 52 152 110 42
Binary 110100 10010100 11000 1000001 0 1010100 101010 1101010 1001000 100010

Color Harmonies of #349418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349418

Black with #349418

Text Example


Text Example

White with #349418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349418; }

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

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

background-color css

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

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

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

border-color css

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

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

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