Html Css Color HEX #349328 La Palma

📋 copy color: '#349328'

red 52 ◦ green 147 ◦ blue 40

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

Shades of La Palma #349328

Tints of La Palma #349328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.51%

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

R = 21.76%
G = 61.51%
B = 16.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#349328 (or 0x349328) is known color: La Palma. HEX triplet: 34, 93 and 28. RGB value is (52,147,40). Sum of RGB (Red+Green+Blue) = 52+147+40=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #349328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349328 is #CB6CD7. Grayscale: #6A6A6A. Windows color (decimal): -13331672 or 2659124. OLE color: 2659124.

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

Color convert

RGB 52 147 40 -
CMYK 0.65 0 0.73 0.42
HSL 113.27º 0.57% 0.37% -
HSV(B) 113.27º 0.73% 0.58% -
XYZ 12.23 21.75 5.56 -
YUV 106.4 90.53 89.2 -
System Red Green Blue C M Y K H S L
Decimal 52 147 40 0.65 0 0.73 0.42 113.27 0.57 0.37
Hex 34 93 28 41 0 49 2A 71 39 25
Octal 64 223 50 101 0 111 52 161 71 45
Binary 110100 10010011 101000 1000001 0 1001001 101010 1110001 111001 100101

Color Harmonies of #349328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349328

Black with #349328

Text Example


Text Example

White with #349328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349328; }

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

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

background-color css

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

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

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

border-color css

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

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

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