Html Css Color HEX #349910 La Palma

📋 copy color: '#349910'

red 52 ◦ green 153 ◦ blue 16

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

Shades of La Palma #349910

Tints of La Palma #349910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.23%

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 23.53%
G = 69.23%
B = 7.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#349910 (or 0x349910) is known color: La Palma. HEX triplet: 34, 99 and 10. RGB value is (52,153,16). Sum of RGB (Red+Green+Blue) = 52+153+16=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #349910 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349910 is #CB66EF. Grayscale: #6B6B6B. Windows color (decimal): -13330160 or 1087796. OLE color: 1087796.

HSL color Cylindrical-coordinate representation of color #349910: hue angle of 104.23º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #349910 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 16 -
CMYK 0.66 0 0.90 0.4
HSL 104.23º 0.81% 0.33% -
HSV(B) 104.23º 0.9% 0.6% -
XYZ 12.9 23.55 4.36 -
YUV 107.18 76.54 88.64 -
System Red Green Blue C M Y K H S L
Decimal 52 153 16 0.66 0 0.90 0.4 104.23 0.81 0.33
Hex 34 99 10 42 0 5A 28 68 51 21
Octal 64 231 20 102 0 132 50 150 121 41
Binary 110100 10011001 10000 1000010 0 1011010 101000 1101000 1010001 100001

Color Harmonies of #349910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349910

Black with #349910

Text Example


Text Example

White with #349910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349910; }

 p { color: rgb(52,153,16); }

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

background-color css

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

 a { background-color: rgb(52,153,16); }

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

border-color css

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

 span { border-color: rgb(52,153,16); }

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