Html Css Color HEX #408A25 La Palma

📋 copy color: '#408A25'

red 64 ◦ green 138 ◦ blue 37

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

Shades of La Palma #408A25

Tints of La Palma #408A25

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.74%

 BLUE value IS 37 (14.84% from 255) = 15.48%

R = 26.78%
G = 57.74%
B = 15.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#408A25 (or 0x408A25) is known color: La Palma. HEX triplet: 40, 8A and 25. RGB value is (64,138,37). Sum of RGB (Red+Green+Blue) = 64+138+37=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 138 (54.30% from 255 or 57.74% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 138 - color contains mainly: green. Hex color #408A25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A25 is #BF75DA. Grayscale: #686868. Windows color (decimal): -12547547 or 2460224. OLE color: 2460224.

HSL color Cylindrical-coordinate representation of color #408A25: hue angle of 103.96º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408A25 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 37 -
CMYK 0.54 0 0.73 0.46
HSL 103.96º 0.58% 0.34% -
HSV(B) 103.96º 0.73% 0.54% -
XYZ 11.54 19.4 4.89 -
YUV 104.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 64 138 37 0.54 0 0.73 0.46 103.96 0.58 0.34
Hex 40 8A 25 36 0 49 2E 68 3A 22
Octal 100 212 45 66 0 111 56 150 72 42
Binary 1000000 10001010 100101 110110 0 1001001 101110 1101000 111010 100010

Color Harmonies of #408A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A25

Black with #408A25

Text Example


Text Example

White with #408A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,37); }

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

background-color css

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

 a { background-color: rgb(64,138,37); }

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

border-color css

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

 span { border-color: rgb(64,138,37); }

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