Html Css Color HEX #358B28 La Palma

📋 copy color: '#358B28'

red 53 ◦ green 139 ◦ blue 40

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

Shades of La Palma #358B28

Tints of La Palma #358B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.91%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 22.84%
G = 59.91%
B = 17.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#358B28 (or 0x358B28) is known color: La Palma. HEX triplet: 35, 8B and 28. RGB value is (53,139,40). Sum of RGB (Red+Green+Blue) = 53+139+40=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #358B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B28 is #CA74D7. Grayscale: #666666. Windows color (decimal): -13268184 or 2657077. OLE color: 2657077.

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

Color convert

RGB 53 139 40 -
CMYK 0.62 0 0.71 0.45
HSL 112.12º 0.55% 0.35% -
HSV(B) 112.12º 0.71% 0.55% -
XYZ 11.08 19.38 5.16 -
YUV 102 93.01 93.05 -
System Red Green Blue C M Y K H S L
Decimal 53 139 40 0.62 0 0.71 0.45 112.12 0.55 0.35
Hex 35 8B 28 3E 0 47 2D 70 37 23
Octal 65 213 50 76 0 107 55 160 67 43
Binary 110101 10001011 101000 111110 0 1000111 101101 1110000 110111 100011

Color Harmonies of #358B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358B28

Black with #358B28

Text Example


Text Example

White with #358B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,139,40); }

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

background-color css

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

 a { background-color: rgb(53,139,40); }

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

border-color css

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

 span { border-color: rgb(53,139,40); }

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