Html Css Color HEX #385E4C Plantation

📋 copy color: '#385E4C'

red 56 ◦ green 94 ◦ blue 76

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

Shades of Plantation #385E4C

Tints of Plantation #385E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.59%

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 24.78%
G = 41.59%
B = 33.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#385E4C (or 0x385E4C) is known color: Plantation. HEX triplet: 38, 5E and 4C. RGB value is (56,94,76). Sum of RGB (Red+Green+Blue) = 56+94+76=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #385E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E4C is #C7A1B3. Grayscale: #505050. Windows color (decimal): -13083060 or 5004856. OLE color: 5004856.

HSL color Cylindrical-coordinate representation of color #385E4C: hue angle of 151.58º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E4C is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 76 -
CMYK 0.40 0 0.19 0.63
HSL 151.58º 0.25% 0.29% -
HSV(B) 151.58º 0.4% 0.37% -
XYZ 6.94 9.37 8.28 -
YUV 80.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 56 94 76 0.40 0 0.19 0.63 151.58 0.25 0.29
Hex 38 5E 4C 28 0 13 3F 98 19 1D
Octal 70 136 114 50 0 23 77 230 31 35
Binary 111000 1011110 1001100 101000 0 10011 111111 10011000 11001 11101

Color Harmonies of #385E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E4C

Black with #385E4C

Text Example


Text Example

White with #385E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385E4C; }

 p { color: rgb(56,94,76); }

 H1.HeaderClassName
 {
   color: #385E4C;
 }
 .AnyTagClassName
 {
   color: #385E4C;
 }
</style>

background-color css

<style>
 a { background-color: #385E4C; }

 a { background-color: rgb(56,94,76); }

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

border-color css

<style>
 span { border-color: #385E4C; }

 span { border-color: rgb(56,94,76); }

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