Html Css Color HEX #38473E Goblin

📋 copy color: '#38473E'

red 56 ◦ green 71 ◦ blue 62

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

Shades of Goblin #38473E

Tints of Goblin #38473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 29.63%
G = 37.57%
B = 32.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#38473E (or 0x38473E) is known color: Goblin. HEX triplet: 38, 47 and 3E. RGB value is (56,71,62). Sum of RGB (Red+Green+Blue) = 56+71+62=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #38473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38473E is #C7B8C1. Grayscale: #414141. Windows color (decimal): -13088962 or 4081464. OLE color: 4081464.

HSL color Cylindrical-coordinate representation of color #38473E: hue angle of 144º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38473E is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 62 -
CMYK 0.21 0 0.13 0.72
HSL 144º 0.12% 0.25% -
HSV(B) 144º 0.21% 0.28% -
XYZ 4.75 5.7 5.41 -
YUV 65.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 56 71 62 0.21 0 0.13 0.72 144 0.12 0.25
Hex 38 47 3E 15 0 D 48 90 C 19
Octal 70 107 76 25 0 15 110 220 14 31
Binary 111000 1000111 111110 10101 0 1101 1001000 10010000 1100 11001

Color Harmonies of #38473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38473E

Black with #38473E

Text Example


Text Example

White with #38473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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