Html Css Color HEX #359314 La Palma

📋 copy color: '#359314'

red 53 ◦ green 147 ◦ blue 20

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

Shades of La Palma #359314

Tints of La Palma #359314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.82%

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

R = 24.09%
G = 66.82%
B = 9.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#359314 (or 0x359314) is known color: La Palma. HEX triplet: 35, 93 and 14. RGB value is (53,147,20). Sum of RGB (Red+Green+Blue) = 53+147+20=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #359314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359314 is #CA6CEB. Grayscale: #686868. Windows color (decimal): -13266156 or 1348405. OLE color: 1348405.

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

Color convert

RGB 53 147 20 -
CMYK 0.64 0 0.86 0.42
HSL 104.41º 0.76% 0.33% -
HSV(B) 104.41º 0.86% 0.58% -
XYZ 12.03 21.67 4.21 -
YUV 104.42 80.36 91.33 -
System Red Green Blue C M Y K H S L
Decimal 53 147 20 0.64 0 0.86 0.42 104.41 0.76 0.33
Hex 35 93 14 40 0 56 2A 68 4C 21
Octal 65 223 24 100 0 126 52 150 114 41
Binary 110101 10010011 10100 1000000 0 1010110 101010 1101000 1001100 100001

Color Harmonies of #359314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359314

Black with #359314

Text Example


Text Example

White with #359314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359314; }

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

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

background-color css

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

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

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

border-color css

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

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

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