Html Css Color HEX #349814 La Palma

📋 copy color: '#349814'

red 52 ◦ green 152 ◦ blue 20

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

Shades of La Palma #349814

Tints of La Palma #349814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 67.86%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 23.21%
G = 67.86%
B = 8.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#349814 (or 0x349814) is known color: La Palma. HEX triplet: 34, 98 and 14. RGB value is (52,152,20). Sum of RGB (Red+Green+Blue) = 52+152+20=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #349814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349814 is #CB67EB. Grayscale: #6B6B6B. Windows color (decimal): -13330412 or 1349684. OLE color: 1349684.

HSL color Cylindrical-coordinate representation of color #349814: hue angle of 105.45º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349814 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 20 -
CMYK 0.66 0 0.87 0.40
HSL 105.45º 0.77% 0.34% -
HSV(B) 105.45º 0.87% 0.6% -
XYZ 12.77 23.24 4.47 -
YUV 107.05 78.87 88.73 -
System Red Green Blue C M Y K H S L
Decimal 52 152 20 0.66 0 0.87 0.40 105.45 0.77 0.34
Hex 34 98 14 42 0 57 28 69 4D 22
Octal 64 230 24 102 0 127 50 151 115 42
Binary 110100 10011000 10100 1000010 0 1010111 101000 1101001 1001101 100010

Color Harmonies of #349814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349814

Black with #349814

Text Example


Text Example

White with #349814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349814; }

 p { color: rgb(52,152,20); }

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

background-color css

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

 a { background-color: rgb(52,152,20); }

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

border-color css

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

 span { border-color: rgb(52,152,20); }

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