Html Css Color HEX #349426 La Palma

📋 copy color: '#349426'

red 52 ◦ green 148 ◦ blue 38

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

Shades of La Palma #349426

Tints of La Palma #349426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.18%

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

R = 21.85%
G = 62.18%
B = 15.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#349426 (or 0x349426) is known color: La Palma. HEX triplet: 34, 94 and 26. RGB value is (52,148,38). Sum of RGB (Red+Green+Blue) = 52+148+38=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #349426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349426 is #CB6BD9. Grayscale: #6B6B6B. Windows color (decimal): -13331418 or 2528308. OLE color: 2528308.

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

Color convert

RGB 52 148 38 -
CMYK 0.65 0 0.74 0.42
HSL 112.36º 0.59% 0.36% -
HSV(B) 112.36º 0.74% 0.58% -
XYZ 12.36 22.05 5.44 -
YUV 106.76 89.2 88.94 -
System Red Green Blue C M Y K H S L
Decimal 52 148 38 0.65 0 0.74 0.42 112.36 0.59 0.36
Hex 34 94 26 41 0 4A 2A 70 3B 24
Octal 64 224 46 101 0 112 52 160 73 44
Binary 110100 10010100 100110 1000001 0 1001010 101010 1110000 111011 100100

Color Harmonies of #349426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349426

Black with #349426

Text Example


Text Example

White with #349426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349426; }

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

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

background-color css

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

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

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

border-color css

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

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

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