Html Css Color HEX #38463E Goblin

📋 copy color: '#38463E'

red 56 ◦ green 70 ◦ blue 62

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

Shades of Goblin #38463E

Tints of Goblin #38463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 29.79%
G = 37.23%
B = 32.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#38463E (or 0x38463E) is known color: Goblin. HEX triplet: 38, 46 and 3E. RGB value is (56,70,62). Sum of RGB (Red+Green+Blue) = 56+70+62=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #38463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38463E is #C7B9C1. Grayscale: #404040. Windows color (decimal): -13089218 or 4081208. OLE color: 4081208.

HSL color Cylindrical-coordinate representation of color #38463E: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #38463E is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 62 -
CMYK 0.20 0 0.11 0.73
HSL 145.71º 0.11% 0.25% -
HSV(B) 145.71º 0.2% 0.27% -
XYZ 4.69 5.57 5.39 -
YUV 64.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 56 70 62 0.20 0 0.11 0.73 145.71 0.11 0.25
Hex 38 46 3E 14 0 B 49 92 B 19
Octal 70 106 76 24 0 13 111 222 13 31
Binary 111000 1000110 111110 10100 0 1011 1001001 10010010 1011 11001

Color Harmonies of #38463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38463E

Black with #38463E

Text Example


Text Example

White with #38463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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