Html Css Color HEX #38523E Goblin

📋 copy color: '#38523E'

red 56 ◦ green 82 ◦ blue 62

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

Shades of Goblin #38523E

Tints of Goblin #38523E

RGB

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

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

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

R = 28%
G = 41%
B = 31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#38523E (or 0x38523E) is known color: Goblin. HEX triplet: 38, 52 and 3E. RGB value is (56,82,62). Sum of RGB (Red+Green+Blue) = 56+82+62=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #38523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38523E is #C7ADC1. Grayscale: #484848. Windows color (decimal): -13086146 or 4084280. OLE color: 4084280.

HSL color Cylindrical-coordinate representation of color #38523E: hue angle of 133.85º 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 #38523E is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 62 -
CMYK 0.32 0 0.24 0.68
HSL 133.85º 0.19% 0.27% -
HSV(B) 133.85º 0.32% 0.32% -
XYZ 5.52 7.22 5.66 -
YUV 71.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 56 82 62 0.32 0 0.24 0.68 133.85 0.19 0.27
Hex 38 52 3E 20 0 18 44 86 13 1B
Octal 70 122 76 40 0 30 104 206 23 33
Binary 111000 1010010 111110 100000 0 11000 1000100 10000110 10011 11011

Color Harmonies of #38523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38523E

Black with #38523E

Text Example


Text Example

White with #38523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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