#35980b

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

Shades of La Palma #35980B

Tints of La Palma #35980B

Color information

#35980B (or 0x35980B) is unknown color: approx La Palma. HEX triplet: 35, 98 and 0B. RGB value is (53,152,11). Sum of RGB (Red+Green+Blue) = 53+152+11=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 152 (59.77% from 255 or 70.37% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 152 - color contains mainly: green. Hex color #35980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35980B is #CA67F4. Grayscale: #6A6A6A. Windows color (decimal): -13264885 or 759861. OLE color: 759861.

HSL color Cylindrical-coordinate representation of color #35980B: hue angle of 102.13º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35980B is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB5315211-
CMYK0.6500.930.40
HSL102.13º86.5%31.96%-
HSV(B)102.13º92.76%59.61%-
XYZ12.7623.244.13-
YUV106.3274.289.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 152 (59.77% from 255) = 70.37%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=24.54%
G=70.37%
B=5.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152110.6500.930.40102.1386.531.96
Hex3598B4105D28665720
Octal652301310101355014612740
Binary11010110011000101110000010101110110100011001101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35980b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35980b; }

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

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

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

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

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

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

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

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