Html Css Color HEX #40534B Plantation

📋 copy color: '#40534B'

red 64 ◦ green 83 ◦ blue 75

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

Shades of Plantation #40534B

Tints of Plantation #40534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.39%

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 28.83%
G = 37.39%
B = 33.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#40534B (or 0x40534B) is known color: Plantation. HEX triplet: 40, 53 and 4B. RGB value is (64,83,75). Sum of RGB (Red+Green+Blue) = 64+83+75=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #40534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40534B is #BFACB4. Grayscale: #4C4C4C. Windows color (decimal): -12561589 or 4936512. OLE color: 4936512.

HSL color Cylindrical-coordinate representation of color #40534B: hue angle of 154.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #40534B is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 75 -
CMYK 0.23 0 0.10 0.67
HSL 154.74º 0.13% 0.29% -
HSV(B) 154.74º 0.23% 0.33% -
XYZ 6.48 7.78 7.82 -
YUV 76.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 64 83 75 0.23 0 0.10 0.67 154.74 0.13 0.29
Hex 40 53 4B 17 0 A 43 9B D 1D
Octal 100 123 113 27 0 12 103 233 15 35
Binary 1000000 1010011 1001011 10111 0 1010 1000011 10011011 1101 11101

Color Harmonies of #40534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40534B

Black with #40534B

Text Example


Text Example

White with #40534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40534B; }

 p { color: rgb(64,83,75); }

 H1.HeaderClassName
 {
   color: #40534B;
 }
 .AnyTagClassName
 {
   color: #40534B;
 }
</style>

background-color css

<style>
 a { background-color: #40534B; }

 a { background-color: rgb(64,83,75); }

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

border-color css

<style>
 span { border-color: #40534B; }

 span { border-color: rgb(64,83,75); }

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