Html Css Color HEX #349527 La Palma

📋 copy color: '#349527'

red 52 ◦ green 149 ◦ blue 39

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

Shades of La Palma #349527

Tints of La Palma #349527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.08%

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 21.67%
G = 62.08%
B = 16.25%

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

#349527 (or 0x349527) is known color: La Palma. HEX triplet: 34, 95 and 27. RGB value is (52,149,39). Sum of RGB (Red+Green+Blue) = 52+149+39=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #349527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349527 is #CB6AD8. Grayscale: #6B6B6B. Windows color (decimal): -13331161 or 2594100. OLE color: 2594100.

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

Color convert

RGB 52 149 39 -
CMYK 0.65 0 0.74 0.42
HSL 112.91º 0.59% 0.37% -
HSV(B) 112.91º 0.74% 0.58% -
XYZ 12.53 22.37 5.58 -
YUV 107.46 89.36 88.44 -
System Red Green Blue C M Y K H S L
Decimal 52 149 39 0.65 0 0.74 0.42 112.91 0.59 0.37
Hex 34 95 27 41 0 4A 2A 71 3B 25
Octal 64 225 47 101 0 112 52 161 73 45
Binary 110100 10010101 100111 1000001 0 1001010 101010 1110001 111011 100101

Color Harmonies of #349527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349527

Black with #349527

Text Example


Text Example

White with #349527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349527; }

 p { color: rgb(52,149,39); }

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

background-color css

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

 a { background-color: rgb(52,149,39); }

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

border-color css

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

 span { border-color: rgb(52,149,39); }

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