Html Css Color HEX #40960F La Palma

📋 copy color: '#40960F'

red 64 ◦ green 150 ◦ blue 15

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

Shades of La Palma #40960F

Tints of La Palma #40960F

RGB

 RED value IS 64 (25.39% from 255) = 27.95%

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 27.95%
G = 65.5%
B = 6.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#40960F (or 0x40960F) is known color: La Palma. HEX triplet: 40, 96 and 0F. RGB value is (64,150,15). Sum of RGB (Red+Green+Blue) = 64+150+15=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #40960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40960F is #BF69F0. Grayscale: #6D6D6D. Windows color (decimal): -12544497 or 1021504. OLE color: 1021504.

HSL color Cylindrical-coordinate representation of color #40960F: hue angle of 98.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40960F is Cyan = 0.57, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 150 15 -
CMYK 0.57 0 0.9 0.41
HSL 98.22º 0.82% 0.32% -
HSV(B) 98.22º 0.9% 0.59% -
XYZ 13.11 22.94 4.19 -
YUV 108.9 75.01 95.98 -
System Red Green Blue C M Y K H S L
Decimal 64 150 15 0.57 0 0.9 0.41 98.22 0.82 0.32
Hex 40 96 F 39 0 5A 29 62 52 20
Octal 100 226 17 71 0 132 51 142 122 40
Binary 1000000 10010110 1111 111001 0 1011010 101001 1100010 1010010 100000

Color Harmonies of #40960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40960F

Black with #40960F

Text Example


Text Example

White with #40960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40960F; }

 p { color: rgb(64,150,15); }

 H1.HeaderClassName
 {
   color: #40960F;
 }
 .AnyTagClassName
 {
   color: #40960F;
 }
</style>

background-color css

<style>
 a { background-color: #40960F; }

 a { background-color: rgb(64,150,15); }

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

border-color css

<style>
 span { border-color: #40960F; }

 span { border-color: rgb(64,150,15); }

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