Html Css Color HEX #385C4B Plantation

📋 copy color: '#385C4B'

red 56 ◦ green 92 ◦ blue 75

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

Shades of Plantation #385C4B

Tints of Plantation #385C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

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

R = 25.11%
G = 41.26%
B = 33.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#385C4B (or 0x385C4B) is known color: Plantation. HEX triplet: 38, 5C and 4B. RGB value is (56,92,75). Sum of RGB (Red+Green+Blue) = 56+92+75=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #385C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C4B is #C7A3B4. Grayscale: #4F4F4F. Windows color (decimal): -13083573 or 4938808. OLE color: 4938808.

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

Color convert

RGB 56 92 75 -
CMYK 0.39 0 0.18 0.64
HSL 151.67º 0.24% 0.29% -
HSV(B) 151.67º 0.39% 0.36% -
XYZ 6.73 9 8.04 -
YUV 79.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 56 92 75 0.39 0 0.18 0.64 151.67 0.24 0.29
Hex 38 5C 4B 27 0 12 40 98 18 1D
Octal 70 134 113 47 0 22 100 230 30 35
Binary 111000 1011100 1001011 100111 0 10010 1000000 10011000 11000 11101

Color Harmonies of #385C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C4B

Black with #385C4B

Text Example


Text Example

White with #385C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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