Html Css Color HEX #38553E Goblin

📋 copy color: '#38553E'

red 56 ◦ green 85 ◦ blue 62

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

Shades of Goblin #38553E

Tints of Goblin #38553E

RGB

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

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

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

R = 27.59%
G = 41.87%
B = 30.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#38553E (or 0x38553E) is known color: Goblin. HEX triplet: 38, 55 and 3E. RGB value is (56,85,62). Sum of RGB (Red+Green+Blue) = 56+85+62=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #38553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553E is #C7AAC1. Grayscale: #494949. Windows color (decimal): -13085378 or 4085048. OLE color: 4085048.

HSL color Cylindrical-coordinate representation of color #38553E: hue angle of 132.41º 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 #38553E is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 62 -
CMYK 0.34 0 0.27 0.67
HSL 132.41º 0.21% 0.28% -
HSV(B) 132.41º 0.34% 0.33% -
XYZ 5.75 7.69 5.74 -
YUV 73.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 56 85 62 0.34 0 0.27 0.67 132.41 0.21 0.28
Hex 38 55 3E 22 0 1B 43 84 15 1C
Octal 70 125 76 42 0 33 103 204 25 34
Binary 111000 1010101 111110 100010 0 11011 1000011 10000100 10101 11100

Color Harmonies of #38553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38553E

Black with #38553E

Text Example


Text Example

White with #38553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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