Html Css Color HEX #385743 Goblin

📋 copy color: '#385743'

red 56 ◦ green 87 ◦ blue 67

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

Shades of Goblin #385743

Tints of Goblin #385743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.43%

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

R = 26.67%
G = 41.43%
B = 31.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#385743 (or 0x385743) is known color: Goblin. HEX triplet: 38, 57 and 43. RGB value is (56,87,67). Sum of RGB (Red+Green+Blue) = 56+87+67=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #385743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385743 is #C7A8BC. Grayscale: #4B4B4B. Windows color (decimal): -13084861 or 4413240. OLE color: 4413240.

HSL color Cylindrical-coordinate representation of color #385743: hue angle of 141.29º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385743 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 67 -
CMYK 0.36 0 0.23 0.66
HSL 141.29º 0.22% 0.28% -
HSV(B) 141.29º 0.36% 0.34% -
XYZ 6.05 8.06 6.55 -
YUV 75.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 56 87 67 0.36 0 0.23 0.66 141.29 0.22 0.28
Hex 38 57 43 24 0 17 42 8D 16 1C
Octal 70 127 103 44 0 27 102 215 26 34
Binary 111000 1010111 1000011 100100 0 10111 1000010 10001101 10110 11100

Color Harmonies of #385743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385743

Black with #385743

Text Example


Text Example

White with #385743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385743; }

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

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

background-color css

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

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

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

border-color css

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

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

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