Html Css Color HEX #32980D La Palma

📋 copy color: '#32980D'

red 50 ◦ green 152 ◦ blue 13

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

Shades of La Palma #32980D

Tints of La Palma #32980D

RGB

 RED value IS 50 (19.92% from 255) = 23.26%

 GREEN value IS 152 (59.77% from 255) = 70.7%

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 23.26%
G = 70.7%
B = 6.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#32980D (or 0x32980D) is known color: La Palma. HEX triplet: 32, 98 and 0D. RGB value is (50,152,13). Sum of RGB (Red+Green+Blue) = 50+152+13=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #32980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32980D is #CD67F2. Grayscale: #6A6A6A. Windows color (decimal): -13461491 or 890930. OLE color: 890930.

HSL color Cylindrical-coordinate representation of color #32980D: hue angle of 104.03º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32980D is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 13 -
CMYK 0.67 0 0.91 0.40
HSL 104.03º 0.84% 0.32% -
HSV(B) 104.03º 0.91% 0.6% -
XYZ 12.62 23.16 4.19 -
YUV 105.66 75.71 88.3 -
System Red Green Blue C M Y K H S L
Decimal 50 152 13 0.67 0 0.91 0.40 104.03 0.84 0.32
Hex 32 98 D 43 0 5B 28 68 54 20
Octal 62 230 15 103 0 133 50 150 124 40
Binary 110010 10011000 1101 1000011 0 1011011 101000 1101000 1010100 100000

Color Harmonies of #32980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32980D

Black with #32980D

Text Example


Text Example

White with #32980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32980D; }

 p { color: rgb(50,152,13); }

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

background-color css

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

 a { background-color: rgb(50,152,13); }

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

border-color css

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

 span { border-color: rgb(50,152,13); }

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