Html Css Color HEX #40950D La Palma

📋 copy color: '#40950D'

red 64 ◦ green 149 ◦ blue 13

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

Shades of La Palma #40950D

Tints of La Palma #40950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 65.93%

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

R = 28.32%
G = 65.93%
B = 5.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#40950D (or 0x40950D) is known color: La Palma. HEX triplet: 40, 95 and 0D. RGB value is (64,149,13). Sum of RGB (Red+Green+Blue) = 64+149+13=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #40950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40950D is #BF6AF2. Grayscale: #6C6C6C. Windows color (decimal): -12544755 or 890176. OLE color: 890176.

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

Color convert

RGB 64 149 13 -
CMYK 0.57 0 0.91 0.42
HSL 97.5º 0.84% 0.32% -
HSV(B) 97.5º 0.91% 0.58% -
XYZ 12.93 22.61 4.06 -
YUV 108.08 74.34 96.56 -
System Red Green Blue C M Y K H S L
Decimal 64 149 13 0.57 0 0.91 0.42 97.5 0.84 0.32
Hex 40 95 D 39 0 5B 2A 62 54 20
Octal 100 225 15 71 0 133 52 142 124 40
Binary 1000000 10010101 1101 111001 0 1011011 101010 1100010 1010100 100000

Color Harmonies of #40950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40950D

Black with #40950D

Text Example


Text Example

White with #40950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,149,13); }

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

background-color css

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

 a { background-color: rgb(64,149,13); }

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

border-color css

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

 span { border-color: rgb(64,149,13); }

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