Html Css Color HEX #385A4A Plantation

📋 copy color: '#385A4A'

red 56 ◦ green 90 ◦ blue 74

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

Shades of Plantation #385A4A

Tints of Plantation #385A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 25.45%
G = 40.91%
B = 33.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#385A4A (or 0x385A4A) is known color: Plantation. HEX triplet: 38, 5A and 4A. RGB value is (56,90,74). Sum of RGB (Red+Green+Blue) = 56+90+74=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #385A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A4A is #C7A5B5. Grayscale: #4E4E4E. Windows color (decimal): -13084086 or 4872760. OLE color: 4872760.

HSL color Cylindrical-coordinate representation of color #385A4A: hue angle of 151.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A4A is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 74 -
CMYK 0.38 0 0.18 0.65
HSL 151.76º 0.23% 0.29% -
HSV(B) 151.76º 0.38% 0.35% -
XYZ 6.52 8.65 7.8 -
YUV 78.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 56 90 74 0.38 0 0.18 0.65 151.76 0.23 0.29
Hex 38 5A 4A 26 0 12 41 98 17 1D
Octal 70 132 112 46 0 22 101 230 27 35
Binary 111000 1011010 1001010 100110 0 10010 1000001 10011000 10111 11101

Color Harmonies of #385A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A4A

Black with #385A4A

Text Example


Text Example

White with #385A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,90,74); }

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

background-color css

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

 a { background-color: rgb(56,90,74); }

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

border-color css

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

 span { border-color: rgb(56,90,74); }

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