Html Css Color HEX #348C20 La Palma

📋 copy color: '#348C20'

red 52 ◦ green 140 ◦ blue 32

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

Shades of La Palma #348C20

Tints of La Palma #348C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 62.5%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 23.21%
G = 62.5%
B = 14.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#348C20 (or 0x348C20) is known color: La Palma. HEX triplet: 34, 8C and 20. RGB value is (52,140,32). Sum of RGB (Red+Green+Blue) = 52+140+32=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #348C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348C20 is #CB73DF. Grayscale: #656565. Windows color (decimal): -13333472 or 2133044. OLE color: 2133044.

HSL color Cylindrical-coordinate representation of color #348C20: hue angle of 108.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348C20 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 32 -
CMYK 0.63 0 0.77 0.45
HSL 108.89º 0.63% 0.34% -
HSV(B) 108.89º 0.77% 0.55% -
XYZ 11.05 19.59 4.57 -
YUV 101.38 88.85 92.78 -
System Red Green Blue C M Y K H S L
Decimal 52 140 32 0.63 0 0.77 0.45 108.89 0.63 0.34
Hex 34 8C 20 3F 0 4D 2D 6D 3F 22
Octal 64 214 40 77 0 115 55 155 77 42
Binary 110100 10001100 100000 111111 0 1001101 101101 1101101 111111 100010

Color Harmonies of #348C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C20

Black with #348C20

Text Example


Text Example

White with #348C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348C20; }

 p { color: rgb(52,140,32); }

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

background-color css

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

 a { background-color: rgb(52,140,32); }

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

border-color css

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

 span { border-color: rgb(52,140,32); }

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