Html Css Color HEX #358D19 La Palma

📋 copy color: '#358D19'

red 53 ◦ green 141 ◦ blue 25

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

Shades of La Palma #358D19

Tints of La Palma #358D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.38%

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 24.2%
G = 64.38%
B = 11.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#358D19 (or 0x358D19) is known color: La Palma. HEX triplet: 35, 8D and 19. RGB value is (53,141,25). Sum of RGB (Red+Green+Blue) = 53+141+25=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #358D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358D19 is #CA72E6. Grayscale: #656565. Windows color (decimal): -13267687 or 1674549. OLE color: 1674549.

HSL color Cylindrical-coordinate representation of color #358D19: hue angle of 105.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #358D19 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 141 25 -
CMYK 0.62 0 0.82 0.45
HSL 105.52º 0.7% 0.33% -
HSV(B) 105.52º 0.82% 0.55% -
XYZ 11.17 19.88 4.17 -
YUV 101.46 84.85 93.43 -
System Red Green Blue C M Y K H S L
Decimal 53 141 25 0.62 0 0.82 0.45 105.52 0.7 0.33
Hex 35 8D 19 3E 0 52 2D 6A 46 21
Octal 65 215 31 76 0 122 55 152 106 41
Binary 110101 10001101 11001 111110 0 1010010 101101 1101010 1000110 100001

Color Harmonies of #358D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D19

Black with #358D19

Text Example


Text Example

White with #358D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,141,25); }

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

background-color css

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

 a { background-color: rgb(53,141,25); }

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

border-color css

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

 span { border-color: rgb(53,141,25); }

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