Html Css Color HEX #35980B La Palma

📋 copy color: '#35980B'

red 53 ◦ green 152 ◦ blue 11

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

Shades of La Palma #35980B

Tints of La Palma #35980B

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 value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#35980B (or 0x35980B) is known color: 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

RGB 53 152 11 -
CMYK 0.65 0 0.93 0.40
HSL 102.13º 0.87% 0.32% -
HSV(B) 102.13º 0.93% 0.6% -
XYZ 12.76 23.24 4.13 -
YUV 106.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 53 152 11 0.65 0 0.93 0.40 102.13 0.87 0.32
Hex 35 98 B 41 0 5D 28 66 57 20
Octal 65 230 13 101 0 135 50 146 127 40
Binary 110101 10011000 1011 1000001 0 1011101 101000 1100110 1010111 100000

Color Harmonies of #35980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35980B

Black with #35980B

Text Example


Text Example

White with #35980B

Text Example


Text Example

HTML Codes & Css Web 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>