Html Css Color HEX #359428 La Palma

📋 copy color: '#359428'

red 53 ◦ green 148 ◦ blue 40

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

Shades of La Palma #359428

Tints of La Palma #359428

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.41%

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

R = 21.99%
G = 61.41%
B = 16.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#359428 (or 0x359428) is known color: La Palma. HEX triplet: 35, 94 and 28. RGB value is (53,148,40). Sum of RGB (Red+Green+Blue) = 53+148+40=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #359428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359428 is #CA6BD7. Grayscale: #6B6B6B. Windows color (decimal): -13265880 or 2659381. OLE color: 2659381.

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

Color convert

RGB 53 148 40 -
CMYK 0.64 0 0.73 0.42
HSL 112.78º 0.57% 0.37% -
HSV(B) 112.78º 0.73% 0.58% -
XYZ 12.44 22.09 5.62 -
YUV 107.28 90.03 89.28 -
System Red Green Blue C M Y K H S L
Decimal 53 148 40 0.64 0 0.73 0.42 112.78 0.57 0.37
Hex 35 94 28 40 0 49 2A 71 39 25
Octal 65 224 50 100 0 111 52 161 71 45
Binary 110101 10010100 101000 1000000 0 1001001 101010 1110001 111001 100101

Color Harmonies of #359428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359428

Black with #359428

Text Example


Text Example

White with #359428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359428; }

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

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

background-color css

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

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

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

border-color css

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

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

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