Html Css Color HEX #38523D Goblin

📋 copy color: '#38523D'

red 56 ◦ green 82 ◦ blue 61

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

Shades of Goblin #38523D

Tints of Goblin #38523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

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

R = 28.14%
G = 41.21%
B = 30.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#38523D (or 0x38523D) is known color: Goblin. HEX triplet: 38, 52 and 3D. RGB value is (56,82,61). Sum of RGB (Red+Green+Blue) = 56+82+61=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #38523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38523D is #C7ADC2. Grayscale: #474747. Windows color (decimal): -13086147 or 4018744. OLE color: 4018744.

HSL color Cylindrical-coordinate representation of color #38523D: hue angle of 131.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38523D is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 61 -
CMYK 0.32 0 0.26 0.68
HSL 131.54º 0.19% 0.27% -
HSV(B) 131.54º 0.32% 0.32% -
XYZ 5.49 7.21 5.52 -
YUV 71.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 56 82 61 0.32 0 0.26 0.68 131.54 0.19 0.27
Hex 38 52 3D 20 0 1A 44 84 13 1B
Octal 70 122 75 40 0 32 104 204 23 33
Binary 111000 1010010 111101 100000 0 11010 1000100 10000100 10011 11011

Color Harmonies of #38523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38523D

Black with #38523D

Text Example


Text Example

White with #38523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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