Html Css Color HEX #408D01 La Palma

📋 copy color: '#408D01'

red 64 ◦ green 141 ◦ blue 1

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

Shades of La Palma #408D01

Tints of La Palma #408D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 68.45%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 31.07%
G = 68.45%
B = 0.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#408D01 (or 0x408D01) is known color: La Palma. HEX triplet: 40, 8D and 01. RGB value is (64,141,1). Sum of RGB (Red+Green+Blue) = 64+141+1=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #408D01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408D01 is #BF72FE. Grayscale: #666666. Windows color (decimal): -12546815 or 101696. OLE color: 101696.

HSL color Cylindrical-coordinate representation of color #408D01: hue angle of 93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #408D01 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 141 1 -
CMYK 0.55 0 0.99 0.45
HSL 93º 0.99% 0.28% -
HSV(B) 93º 0.99% 0.55% -
XYZ 11.64 20.14 3.3 -
YUV 102.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 64 141 1 0.55 0 0.99 0.45 93 0.99 0.28
Hex 40 8D 1 37 0 63 2D 5D 63 1C
Octal 100 215 1 67 0 143 55 135 143 34
Binary 1000000 10001101 1 110111 0 1100011 101101 1011101 1100011 11100

Color Harmonies of #408D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D01

Black with #408D01

Text Example


Text Example

White with #408D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408D01; }

 p { color: rgb(64,141,1); }

 H1.HeaderClassName
 {
   color: #408D01;
 }
 .AnyTagClassName
 {
   color: #408D01;
 }
</style>

background-color css

<style>
 a { background-color: #408D01; }

 a { background-color: rgb(64,141,1); }

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

border-color css

<style>
 span { border-color: #408D01; }

 span { border-color: rgb(64,141,1); }

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