Html Css Color HEX #40900D La Palma

📋 copy color: '#40900D'

red 64 ◦ green 144 ◦ blue 13

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

Shades of La Palma #40900D

Tints of La Palma #40900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 65.16%

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

R = 28.96%
G = 65.16%
B = 5.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#40900D (or 0x40900D) is known color: La Palma. HEX triplet: 40, 90 and 0D. RGB value is (64,144,13). Sum of RGB (Red+Green+Blue) = 64+144+13=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #40900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40900D is #BF6FF2. Grayscale: #696969. Windows color (decimal): -12546035 or 888896. OLE color: 888896.

HSL color Cylindrical-coordinate representation of color #40900D: hue angle of 96.64º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40900D is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 13 -
CMYK 0.56 0 0.91 0.44
HSL 96.64º 0.83% 0.31% -
HSV(B) 96.64º 0.91% 0.56% -
XYZ 12.16 21.07 3.81 -
YUV 105.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 64 144 13 0.56 0 0.91 0.44 96.64 0.83 0.31
Hex 40 90 D 38 0 5B 2C 61 53 1F
Octal 100 220 15 70 0 133 54 141 123 37
Binary 1000000 10010000 1101 111000 0 1011011 101100 1100001 1010011 11111

Color Harmonies of #40900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40900D

Black with #40900D

Text Example


Text Example

White with #40900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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