Html Css Color HEX #38493E Goblin

📋 copy color: '#38493E'

red 56 ◦ green 73 ◦ blue 62

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

Shades of Goblin #38493E

Tints of Goblin #38493E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 29.32%
G = 38.22%
B = 32.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#38493E (or 0x38493E) is known color: Goblin. HEX triplet: 38, 49 and 3E. RGB value is (56,73,62). Sum of RGB (Red+Green+Blue) = 56+73+62=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #38493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38493E is #C7B6C1. Grayscale: #424242. Windows color (decimal): -13088450 or 4081976. OLE color: 4081976.

HSL color Cylindrical-coordinate representation of color #38493E: hue angle of 141.18º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38493E is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 62 -
CMYK 0.23 0 0.15 0.71
HSL 141.18º 0.13% 0.25% -
HSV(B) 141.18º 0.23% 0.29% -
XYZ 4.88 5.95 5.45 -
YUV 66.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 56 73 62 0.23 0 0.15 0.71 141.18 0.13 0.25
Hex 38 49 3E 17 0 F 47 8D D 19
Octal 70 111 76 27 0 17 107 215 15 31
Binary 111000 1001001 111110 10111 0 1111 1000111 10001101 1101 11001

Color Harmonies of #38493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38493E

Black with #38493E

Text Example


Text Example

White with #38493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38493E; }

 p { color: rgb(56,73,62); }

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

background-color css

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

 a { background-color: rgb(56,73,62); }

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

border-color css

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

 span { border-color: rgb(56,73,62); }

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