Html Css Color HEX #385443 Goblin

📋 copy color: '#385443'

red 56 ◦ green 84 ◦ blue 67

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

Shades of Goblin #385443

Tints of Goblin #385443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 27.05%
G = 40.58%
B = 32.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#385443 (or 0x385443) is known color: Goblin. HEX triplet: 38, 54 and 43. RGB value is (56,84,67). Sum of RGB (Red+Green+Blue) = 56+84+67=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #385443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385443 is #C7ABBC. Grayscale: #494949. Windows color (decimal): -13085629 or 4412472. OLE color: 4412472.

HSL color Cylindrical-coordinate representation of color #385443: hue angle of 143.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385443 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 67 -
CMYK 0.33 0 0.20 0.67
HSL 143.57º 0.2% 0.27% -
HSV(B) 143.57º 0.33% 0.33% -
XYZ 5.81 7.59 6.47 -
YUV 73.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 56 84 67 0.33 0 0.20 0.67 143.57 0.2 0.27
Hex 38 54 43 21 0 14 43 90 14 1B
Octal 70 124 103 41 0 24 103 220 24 33
Binary 111000 1010100 1000011 100001 0 10100 1000011 10010000 10100 11011

Color Harmonies of #385443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385443

Black with #385443

Text Example


Text Example

White with #385443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385443; }

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

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

background-color css

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

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

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

border-color css

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

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

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