Html Css Color HEX #38503D Goblin

📋 copy color: '#38503D'

red 56 ◦ green 80 ◦ blue 61

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

Shades of Goblin #38503D

Tints of Goblin #38503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 28.43%
G = 40.61%
B = 30.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#38503D (or 0x38503D) is known color: Goblin. HEX triplet: 38, 50 and 3D. RGB value is (56,80,61). Sum of RGB (Red+Green+Blue) = 56+80+61=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #38503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503D is #C7AFC2. Grayscale: #464646. Windows color (decimal): -13086659 or 4018232. OLE color: 4018232.

HSL color Cylindrical-coordinate representation of color #38503D: hue angle of 132.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 #38503D is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 61 -
CMYK 0.30 0 0.24 0.69
HSL 132.5º 0.18% 0.27% -
HSV(B) 132.5º 0.3% 0.31% -
XYZ 5.34 6.91 5.47 -
YUV 70.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 56 80 61 0.30 0 0.24 0.69 132.5 0.18 0.27
Hex 38 50 3D 1E 0 18 45 84 12 1B
Octal 70 120 75 36 0 30 105 204 22 33
Binary 111000 1010000 111101 11110 0 11000 1000101 10000100 10010 11011

Color Harmonies of #38503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38503D

Black with #38503D

Text Example


Text Example

White with #38503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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