Html Css Color HEX #349427 La Palma

📋 copy color: '#349427'

red 52 ◦ green 148 ◦ blue 39

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

Shades of La Palma #349427

Tints of La Palma #349427

RGB

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

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

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

R = 21.76%
G = 61.92%
B = 16.32%

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

#349427 (or 0x349427) is known color: La Palma. HEX triplet: 34, 94 and 27. RGB value is (52,148,39). Sum of RGB (Red+Green+Blue) = 52+148+39=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #349427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349427 is #CB6BD8. Grayscale: #6B6B6B. Windows color (decimal): -13331417 or 2593844. OLE color: 2593844.

HSL color Cylindrical-coordinate representation of color #349427: hue angle of 112.84º degrees, saturation: 0.58, 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 #349427 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 39 -
CMYK 0.65 0 0.74 0.42
HSL 112.84º 0.58% 0.37% -
HSV(B) 112.84º 0.74% 0.58% -
XYZ 12.37 22.06 5.52 -
YUV 106.87 89.7 88.86 -
System Red Green Blue C M Y K H S L
Decimal 52 148 39 0.65 0 0.74 0.42 112.84 0.58 0.37
Hex 34 94 27 41 0 4A 2A 71 3A 25
Octal 64 224 47 101 0 112 52 161 72 45
Binary 110100 10010100 100111 1000001 0 1001010 101010 1110001 111010 100101

Color Harmonies of #349427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349427

Black with #349427

Text Example


Text Example

White with #349427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349427; }

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

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

background-color css

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

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

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

border-color css

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

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

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