Html Css Color HEX #358E14 La Palma

📋 copy color: '#358E14'

red 53 ◦ green 142 ◦ blue 20

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

Shades of La Palma #358E14

Tints of La Palma #358E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.05%

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

R = 24.65%
G = 66.05%
B = 9.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#358E14 (or 0x358E14) is known color: La Palma. HEX triplet: 35, 8E and 14. RGB value is (53,142,20). Sum of RGB (Red+Green+Blue) = 53+142+20=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #358E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358E14 is #CA71EB. Grayscale: #656565. Windows color (decimal): -13267436 or 1347125. OLE color: 1347125.

HSL color Cylindrical-coordinate representation of color #358E14: hue angle of 103.77º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358E14 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 142 20 -
CMYK 0.63 0 0.86 0.44
HSL 103.77º 0.75% 0.32% -
HSV(B) 103.77º 0.86% 0.56% -
XYZ 11.27 20.15 3.96 -
YUV 101.48 82.01 93.42 -
System Red Green Blue C M Y K H S L
Decimal 53 142 20 0.63 0 0.86 0.44 103.77 0.75 0.32
Hex 35 8E 14 3F 0 56 2C 68 4B 20
Octal 65 216 24 77 0 126 54 150 113 40
Binary 110101 10001110 10100 111111 0 1010110 101100 1101000 1001011 100000

Color Harmonies of #358E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358E14

Black with #358E14

Text Example


Text Example

White with #358E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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