Html Css Color HEX #40483D Palm Leaf

📋 copy color: '#40483D'

red 64 ◦ green 72 ◦ blue 61

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

Shades of Palm Leaf #40483D

Tints of Palm Leaf #40483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 32.49%
G = 36.55%
B = 30.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#40483D (or 0x40483D) is known color: Palm Leaf. HEX triplet: 40, 48 and 3D. RGB value is (64,72,61). Sum of RGB (Red+Green+Blue) = 64+72+61=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #40483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40483D is #BFB7C2. Grayscale: #444444. Windows color (decimal): -12564419 or 4016192. OLE color: 4016192.

HSL color Cylindrical-coordinate representation of color #40483D: hue angle of 103.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40483D is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 61 -
CMYK 0.11 0 0.15 0.72
HSL 103.64º 0.08% 0.26% -
HSV(B) 103.64º 0.15% 0.28% -
XYZ 5.27 6.06 5.31 -
YUV 68.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 64 72 61 0.11 0 0.15 0.72 103.64 0.08 0.26
Hex 40 48 3D B 0 F 48 68 8 1A
Octal 100 110 75 13 0 17 110 150 10 32
Binary 1000000 1001000 111101 1011 0 1111 1001000 1101000 1000 11010

Color Harmonies of #40483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40483D

Black with #40483D

Text Example


Text Example

White with #40483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,72,61); }

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

background-color css

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

 a { background-color: rgb(64,72,61); }

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

border-color css

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

 span { border-color: rgb(64,72,61); }

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