Html Css Color HEX #349B18 La Palma

📋 copy color: '#349B18'

red 52 ◦ green 155 ◦ blue 24

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

Shades of La Palma #349B18

Tints of La Palma #349B18

RGB

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

 GREEN value IS 155 (60.94% from 255) = 67.1%

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

R = 22.51%
G = 67.1%
B = 10.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#349B18 (or 0x349B18) is known color: La Palma. HEX triplet: 34, 9B and 18. RGB value is (52,155,24). Sum of RGB (Red+Green+Blue) = 52+155+24=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #349B18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349B18 is #CB64E7. Grayscale: #6D6D6D. Windows color (decimal): -13329640 or 1612596. OLE color: 1612596.

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

Color convert

RGB 52 155 24 -
CMYK 0.66 0 0.85 0.39
HSL 107.18º 0.73% 0.35% -
HSV(B) 107.18º 0.85% 0.61% -
XYZ 13.3 24.24 4.84 -
YUV 109.27 79.88 87.15 -
System Red Green Blue C M Y K H S L
Decimal 52 155 24 0.66 0 0.85 0.39 107.18 0.73 0.35
Hex 34 9B 18 42 0 55 27 6B 49 23
Octal 64 233 30 102 0 125 47 153 111 43
Binary 110100 10011011 11000 1000010 0 1010101 100111 1101011 1001001 100011

Color Harmonies of #349B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B18

Black with #349B18

Text Example


Text Example

White with #349B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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