Html Css Color HEX #384D43 Plantation

📋 copy color: '#384D43'

red 56 ◦ green 77 ◦ blue 67

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

Shades of Plantation #384D43

Tints of Plantation #384D43

RGB

 RED value IS 56 (22.27% from 255) = 28%

 GREEN value IS 77 (30.47% from 255) = 38.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 28%
G = 38.5%
B = 33.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#384D43 (or 0x384D43) is known color: Plantation. HEX triplet: 38, 4D and 43. RGB value is (56,77,67). Sum of RGB (Red+Green+Blue) = 56+77+67=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #384D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D43 is #C7B2BC. Grayscale: #454545. Windows color (decimal): -13087421 or 4410680. OLE color: 4410680.

HSL color Cylindrical-coordinate representation of color #384D43: hue angle of 151.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384D43 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 67 -
CMYK 0.27 0 0.13 0.70
HSL 151.43º 0.16% 0.26% -
HSV(B) 151.43º 0.27% 0.3% -
XYZ 5.3 6.55 6.3 -
YUV 69.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 56 77 67 0.27 0 0.13 0.70 151.43 0.16 0.26
Hex 38 4D 43 1B 0 D 46 97 10 1A
Octal 70 115 103 33 0 15 106 227 20 32
Binary 111000 1001101 1000011 11011 0 1101 1000110 10010111 10000 11010

Color Harmonies of #384D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D43

Black with #384D43

Text Example


Text Example

White with #384D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384D43; }

 p { color: rgb(56,77,67); }

 H1.HeaderClassName
 {
   color: #384D43;
 }
 .AnyTagClassName
 {
   color: #384D43;
 }
</style>

background-color css

<style>
 a { background-color: #384D43; }

 a { background-color: rgb(56,77,67); }

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

border-color css

<style>
 span { border-color: #384D43; }

 span { border-color: rgb(56,77,67); }

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