Html Css Color HEX #349818 La Palma

📋 copy color: '#349818'

red 52 ◦ green 152 ◦ blue 24

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

Shades of La Palma #349818

Tints of La Palma #349818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 66.67%

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

R = 22.81%
G = 66.67%
B = 10.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#349818 (or 0x349818) is known color: La Palma. HEX triplet: 34, 98 and 18. RGB value is (52,152,24). Sum of RGB (Red+Green+Blue) = 52+152+24=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 152 (59.77% from 255 or 66.67% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 152 - color contains mainly: green. Hex color #349818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349818 is #CB67E7. Grayscale: #6B6B6B. Windows color (decimal): -13330408 or 1611828. OLE color: 1611828.

HSL color Cylindrical-coordinate representation of color #349818: hue angle of 106.88º degrees, saturation: 0.73, 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 #349818 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 24 -
CMYK 0.66 0 0.84 0.40
HSL 106.88º 0.73% 0.35% -
HSV(B) 106.88º 0.84% 0.6% -
XYZ 12.81 23.25 4.68 -
YUV 107.51 80.87 88.41 -
System Red Green Blue C M Y K H S L
Decimal 52 152 24 0.66 0 0.84 0.40 106.88 0.73 0.35
Hex 34 98 18 42 0 54 28 6B 49 23
Octal 64 230 30 102 0 124 50 153 111 43
Binary 110100 10011000 11000 1000010 0 1010100 101000 1101011 1001001 100011

Color Harmonies of #349818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349818

Black with #349818

Text Example


Text Example

White with #349818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349818; }

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

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

background-color css

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

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

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

border-color css

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

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

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