#35982A

Color #35982A La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #35982A

Tints of La Palma #35982A

Color information

#35982A (or 0x35982A) is unknown color: approx La Palma. HEX triplet: 35, 98 and 2A. RGB value is (53,152,42). Sum of RGB (Red+Green+Blue) = 53+152+42=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #35982A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35982A is #CA67D5. Grayscale: #6E6E6E. Windows color (decimal): -13264854 or 2791477. OLE color: 2791477.

HSL color Cylindrical-coordinate representation of color #35982A: hue angle of 114º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35982A is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB5315242-
CMYK0.6500.720.40
HSL114º56.7%38.04%-
HSV(B)114º72.37%59.61%-
XYZ13.1123.386.01-
YUV109.8689.787.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 152 (59.77% from 255) = 61.54%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=21.46%
G=61.54%
B=17.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152420.6500.720.4011456.738.04
Hex35982A4104828723926
Octal65230521010110501627146
Binary110101100110001010101000001010010001010001110010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35982A; }

 p { color: rgb(53,152,42); }

 H1.HeaderClassName
 {
   color: #35982A;
 }
 .AnyTagClassName
 {
   color: #35982A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,152,42); }

 div.DivClassName
 {
   background-color: #35982A;
 }
 .BgClassName
 {
   background-color: #35982A;
 }
</style>
border-color css

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

 span { border-color: rgb(53,152,42); }

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