Html Css Color HEX #359514 La Palma

📋 copy color: '#359514'

red 53 ◦ green 149 ◦ blue 20

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

Shades of La Palma #359514

Tints of La Palma #359514

RGB

 RED value IS 53 (21.09% from 255) = 23.87%

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

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

R = 23.87%
G = 67.12%
B = 9.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#359514 (or 0x359514) is known color: La Palma. HEX triplet: 35, 95 and 14. RGB value is (53,149,20). Sum of RGB (Red+Green+Blue) = 53+149+20=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #359514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359514 is #CA6AEB. Grayscale: #6A6A6A. Windows color (decimal): -13265644 or 1348917. OLE color: 1348917.

HSL color Cylindrical-coordinate representation of color #359514: hue angle of 104.65º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #359514 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 149 20 -
CMYK 0.64 0 0.87 0.42
HSL 104.65º 0.76% 0.33% -
HSV(B) 104.65º 0.87% 0.58% -
XYZ 12.34 22.3 4.32 -
YUV 105.59 79.7 90.49 -
System Red Green Blue C M Y K H S L
Decimal 53 149 20 0.64 0 0.87 0.42 104.65 0.76 0.33
Hex 35 95 14 40 0 57 2A 69 4C 21
Octal 65 225 24 100 0 127 52 151 114 41
Binary 110101 10010101 10100 1000000 0 1010111 101010 1101001 1001100 100001

Color Harmonies of #359514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359514

Black with #359514

Text Example


Text Example

White with #359514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359514; }

 p { color: rgb(53,149,20); }

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

background-color css

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

 a { background-color: rgb(53,149,20); }

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

border-color css

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

 span { border-color: rgb(53,149,20); }

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