Html Css Color HEX #38503E Goblin

📋 copy color: '#38503E'

red 56 ◦ green 80 ◦ blue 62

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

Shades of Goblin #38503E

Tints of Goblin #38503E

RGB

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

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

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

R = 28.28%
G = 40.4%
B = 31.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#38503E (or 0x38503E) is known color: Goblin. HEX triplet: 38, 50 and 3E. RGB value is (56,80,62). Sum of RGB (Red+Green+Blue) = 56+80+62=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #38503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503E is #C7AFC1. Grayscale: #464646. Windows color (decimal): -13086658 or 4083768. OLE color: 4083768.

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

Color convert

RGB 56 80 62 -
CMYK 0.30 0 0.22 0.69
HSL 135º 0.18% 0.27% -
HSV(B) 135º 0.3% 0.31% -
XYZ 5.37 6.93 5.61 -
YUV 70.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 56 80 62 0.30 0 0.22 0.69 135 0.18 0.27
Hex 38 50 3E 1E 0 16 45 87 12 1B
Octal 70 120 76 36 0 26 105 207 22 33
Binary 111000 1010000 111110 11110 0 10110 1000101 10000111 10010 11011

Color Harmonies of #38503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38503E

Black with #38503E

Text Example


Text Example

White with #38503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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