Html Css Color HEX #38483E Goblin

📋 copy color: '#38483E'

red 56 ◦ green 72 ◦ blue 62

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

Shades of Goblin #38483E

Tints of Goblin #38483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 29.47%
G = 37.89%
B = 32.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#38483E (or 0x38483E) is known color: Goblin. HEX triplet: 38, 48 and 3E. RGB value is (56,72,62). Sum of RGB (Red+Green+Blue) = 56+72+62=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #38483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38483E is #C7B7C1. Grayscale: #424242. Windows color (decimal): -13088706 or 4081720. OLE color: 4081720.

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

Color convert

RGB 56 72 62 -
CMYK 0.22 0 0.14 0.72
HSL 142.5º 0.13% 0.25% -
HSV(B) 142.5º 0.22% 0.28% -
XYZ 4.82 5.82 5.43 -
YUV 66.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 56 72 62 0.22 0 0.14 0.72 142.5 0.13 0.25
Hex 38 48 3E 16 0 E 48 8E C 19
Octal 70 110 76 26 0 16 110 216 14 31
Binary 111000 1001000 111110 10110 0 1110 1001000 10001110 1100 11001

Color Harmonies of #38483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38483E

Black with #38483E

Text Example


Text Example

White with #38483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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