Html Css Color HEX #349226 La Palma

📋 copy color: '#349226'

red 52 ◦ green 146 ◦ blue 38

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

Shades of La Palma #349226

Tints of La Palma #349226

RGB

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

 GREEN value IS 146 (57.42% from 255) = 61.86%

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 22.03%
G = 61.86%
B = 16.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#349226 (or 0x349226) is known color: La Palma. HEX triplet: 34, 92 and 26. RGB value is (52,146,38). Sum of RGB (Red+Green+Blue) = 52+146+38=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #349226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349226 is #CB6DD9. Grayscale: #696969. Windows color (decimal): -13331930 or 2527796. OLE color: 2527796.

HSL color Cylindrical-coordinate representation of color #349226: hue angle of 112.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349226 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 146 38 -
CMYK 0.64 0 0.74 0.43
HSL 112.22º 0.59% 0.36% -
HSV(B) 112.22º 0.74% 0.57% -
XYZ 12.04 21.43 5.33 -
YUV 105.58 89.86 89.78 -
System Red Green Blue C M Y K H S L
Decimal 52 146 38 0.64 0 0.74 0.43 112.22 0.59 0.36
Hex 34 92 26 40 0 4A 2B 70 3B 24
Octal 64 222 46 100 0 112 53 160 73 44
Binary 110100 10010010 100110 1000000 0 1001010 101011 1110000 111011 100100

Color Harmonies of #349226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349226

Black with #349226

Text Example


Text Example

White with #349226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349226; }

 p { color: rgb(52,146,38); }

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

background-color css

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

 a { background-color: rgb(52,146,38); }

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

border-color css

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

 span { border-color: rgb(52,146,38); }

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