Html Css Color HEX #39553F Goblin

📋 copy color: '#39553F'

red 57 ◦ green 85 ◦ blue 63

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

Shades of Goblin #39553F

Tints of Goblin #39553F

RGB

 RED value IS 57 (22.66% from 255) = 27.8%

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

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

R = 27.8%
G = 41.46%
B = 30.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#39553F (or 0x39553F) is known color: Goblin. HEX triplet: 39, 55 and 3F. RGB value is (57,85,63). Sum of RGB (Red+Green+Blue) = 57+85+63=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #39553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39553F is #C6AAC0. Grayscale: #4A4A4A. Windows color (decimal): -13019841 or 4150585. OLE color: 4150585.

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

Color convert

RGB 57 85 63 -
CMYK 0.33 0 0.26 0.67
HSL 132.86º 0.2% 0.28% -
HSV(B) 132.86º 0.33% 0.33% -
XYZ 5.83 7.73 5.89 -
YUV 74.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 57 85 63 0.33 0 0.26 0.67 132.86 0.2 0.28
Hex 39 55 3F 21 0 1A 43 85 14 1C
Octal 71 125 77 41 0 32 103 205 24 34
Binary 111001 1010101 111111 100001 0 11010 1000011 10000101 10100 11100

Color Harmonies of #39553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39553F

Black with #39553F

Text Example


Text Example

White with #39553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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