Html Css Color HEX #38503F Goblin

📋 copy color: '#38503F'

red 56 ◦ green 80 ◦ blue 63

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

Shades of Goblin #38503F

Tints of Goblin #38503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 63 (25% from 255) = 31.66%

R = 28.14%
G = 40.2%
B = 31.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#38503F (or 0x38503F) is known color: Goblin. HEX triplet: 38, 50 and 3F. RGB value is (56,80,63). Sum of RGB (Red+Green+Blue) = 56+80+63=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #38503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503F is #C7AFC0. Grayscale: #464646. Windows color (decimal): -13086657 or 4149304. OLE color: 4149304.

HSL color Cylindrical-coordinate representation of color #38503F: hue angle of 137.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38503F is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 63 -
CMYK 0.30 0 0.21 0.69
HSL 137.5º 0.18% 0.27% -
HSV(B) 137.5º 0.3% 0.31% -
XYZ 5.4 6.94 5.76 -
YUV 70.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 56 80 63 0.30 0 0.21 0.69 137.5 0.18 0.27
Hex 38 50 3F 1E 0 15 45 8A 12 1B
Octal 70 120 77 36 0 25 105 212 22 33
Binary 111000 1010000 111111 11110 0 10101 1000101 10001010 10010 11011

Color Harmonies of #38503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38503F

Black with #38503F

Text Example


Text Example

White with #38503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38503F; }

 p { color: rgb(56,80,63); }

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

background-color css

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

 a { background-color: rgb(56,80,63); }

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

border-color css

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

 span { border-color: rgb(56,80,63); }

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