Html Css Color HEX #408C38 La Palma

📋 copy color: '#408C38'

red 64 ◦ green 140 ◦ blue 56

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

Shades of La Palma #408C38

Tints of La Palma #408C38

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.85%

 BLUE value IS 56 (22.27% from 255) = 21.54%

R = 24.62%
G = 53.85%
B = 21.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#408C38 (or 0x408C38) is known color: La Palma. HEX triplet: 40, 8C and 38. RGB value is (64,140,56). Sum of RGB (Red+Green+Blue) = 64+140+56=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #408C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408C38 is #BF73C7. Grayscale: #6B6B6B. Windows color (decimal): -12547016 or 3705920. OLE color: 3705920.

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

Color convert

RGB 64 140 56 -
CMYK 0.54 0 0.6 0.45
HSL 114.29º 0.43% 0.38% -
HSV(B) 114.29º 0.6% 0.55% -
XYZ 12.21 20.13 6.98 -
YUV 107.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 64 140 56 0.54 0 0.6 0.45 114.29 0.43 0.38
Hex 40 8C 38 36 0 3C 2D 72 2B 26
Octal 100 214 70 66 0 74 55 162 53 46
Binary 1000000 10001100 111000 110110 0 111100 101101 1110010 101011 100110

Color Harmonies of #408C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C38

Black with #408C38

Text Example


Text Example

White with #408C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,56); }

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

background-color css

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

 a { background-color: rgb(64,140,56); }

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

border-color css

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

 span { border-color: rgb(64,140,56); }

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