Html Css Color HEX #349628 La Palma

📋 copy color: '#349628'

red 52 ◦ green 150 ◦ blue 40

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

Shades of La Palma #349628

Tints of La Palma #349628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.98%

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 21.49%
G = 61.98%
B = 16.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#349628 (or 0x349628) is known color: La Palma. HEX triplet: 34, 96 and 28. RGB value is (52,150,40). Sum of RGB (Red+Green+Blue) = 52+150+40=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #349628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349628 is #CB69D7. Grayscale: #6C6C6C. Windows color (decimal): -13330904 or 2659892. OLE color: 2659892.

HSL color Cylindrical-coordinate representation of color #349628: hue angle of 113.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #349628 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 40 -
CMYK 0.65 0 0.73 0.41
HSL 113.45º 0.58% 0.37% -
HSV(B) 113.45º 0.73% 0.59% -
XYZ 12.71 22.7 5.72 -
YUV 108.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 52 150 40 0.65 0 0.73 0.41 113.45 0.58 0.37
Hex 34 96 28 41 0 49 29 71 3A 25
Octal 64 226 50 101 0 111 51 161 72 45
Binary 110100 10010110 101000 1000001 0 1001001 101001 1110001 111010 100101

Color Harmonies of #349628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349628

Black with #349628

Text Example


Text Example

White with #349628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349628; }

 p { color: rgb(52,150,40); }

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

background-color css

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

 a { background-color: rgb(52,150,40); }

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

border-color css

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

 span { border-color: rgb(52,150,40); }

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