Html Css Color HEX #38553F Goblin

📋 copy color: '#38553F'

red 56 ◦ green 85 ◦ blue 63

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

Shades of Goblin #38553F

Tints of Goblin #38553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

 BLUE value IS 63 (25% from 255) = 30.88%

R = 27.45%
G = 41.67%
B = 30.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#38553F (or 0x38553F) is known color: Goblin. HEX triplet: 38, 55 and 3F. RGB value is (56,85,63). Sum of RGB (Red+Green+Blue) = 56+85+63=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #38553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553F is #C7AAC0. Grayscale: #494949. Windows color (decimal): -13085377 or 4150584. OLE color: 4150584.

HSL color Cylindrical-coordinate representation of color #38553F: hue angle of 134.48º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38553F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 63 -
CMYK 0.34 0 0.26 0.67
HSL 134.48º 0.21% 0.28% -
HSV(B) 134.48º 0.34% 0.33% -
XYZ 5.78 7.7 5.88 -
YUV 73.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 56 85 63 0.34 0 0.26 0.67 134.48 0.21 0.28
Hex 38 55 3F 22 0 1A 43 86 15 1C
Octal 70 125 77 42 0 32 103 206 25 34
Binary 111000 1010101 111111 100010 0 11010 1000011 10000110 10101 11100

Color Harmonies of #38553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38553F

Black with #38553F

Text Example


Text Example

White with #38553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38553F; }

 p { color: rgb(56,85,63); }

 H1.HeaderClassName
 {
   color: #38553F;
 }
 .AnyTagClassName
 {
   color: #38553F;
 }
</style>

background-color css

<style>
 a { background-color: #38553F; }

 a { background-color: rgb(56,85,63); }

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

border-color css

<style>
 span { border-color: #38553F; }

 span { border-color: rgb(56,85,63); }

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