Html Css Color HEX #36960D La Palma

📋 copy color: '#36960D'

red 54 ◦ green 150 ◦ blue 13

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

Shades of La Palma #36960D

Tints of La Palma #36960D

RGB

 RED value IS 54 (21.48% from 255) = 24.88%

 GREEN value IS 150 (58.98% from 255) = 69.12%

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

R = 24.88%
G = 69.12%
B = 5.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#36960D (or 0x36960D) is known color: La Palma. HEX triplet: 36, 96 and 0D. RGB value is (54,150,13). Sum of RGB (Red+Green+Blue) = 54+150+13=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #36960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36960D is #C969F2. Grayscale: #6A6A6A. Windows color (decimal): -13199859 or 890422. OLE color: 890422.

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

Color convert

RGB 54 150 13 -
CMYK 0.64 0 0.91 0.41
HSL 102.04º 0.84% 0.32% -
HSV(B) 102.04º 0.91% 0.59% -
XYZ 12.5 22.63 4.09 -
YUV 105.68 75.7 91.14 -
System Red Green Blue C M Y K H S L
Decimal 54 150 13 0.64 0 0.91 0.41 102.04 0.84 0.32
Hex 36 96 D 40 0 5B 29 66 54 20
Octal 66 226 15 100 0 133 51 146 124 40
Binary 110110 10010110 1101 1000000 0 1011011 101001 1100110 1010100 100000

Color Harmonies of #36960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36960D

Black with #36960D

Text Example


Text Example

White with #36960D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,150,13); }

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

background-color css

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

 a { background-color: rgb(54,150,13); }

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

border-color css

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

 span { border-color: rgb(54,150,13); }

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