Html Css Color HEX #385B4B Plantation

📋 copy color: '#385B4B'

red 56 ◦ green 91 ◦ blue 75

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

Shades of Plantation #385B4B

Tints of Plantation #385B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

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

R = 25.23%
G = 40.99%
B = 33.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#385B4B (or 0x385B4B) is known color: Plantation. HEX triplet: 38, 5B and 4B. RGB value is (56,91,75). Sum of RGB (Red+Green+Blue) = 56+91+75=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #385B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B4B is #C7A4B4. Grayscale: #4E4E4E. Windows color (decimal): -13083829 or 4938552. OLE color: 4938552.

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

Color convert

RGB 56 91 75 -
CMYK 0.38 0 0.18 0.64
HSL 152.57º 0.24% 0.29% -
HSV(B) 152.57º 0.38% 0.36% -
XYZ 6.64 8.83 8.01 -
YUV 78.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 56 91 75 0.38 0 0.18 0.64 152.57 0.24 0.29
Hex 38 5B 4B 26 0 12 40 99 18 1D
Octal 70 133 113 46 0 22 100 231 30 35
Binary 111000 1011011 1001011 100110 0 10010 1000000 10011001 11000 11101

Color Harmonies of #385B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B4B

Black with #385B4B

Text Example


Text Example

White with #385B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,75); }

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

background-color css

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

 a { background-color: rgb(56,91,75); }

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

border-color css

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

 span { border-color: rgb(56,91,75); }

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