Html Css Color HEX #38543F Goblin

📋 copy color: '#38543F'

red 56 ◦ green 84 ◦ blue 63

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

Shades of Goblin #38543F

Tints of Goblin #38543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#38543F (or 0x38543F) is known color: Goblin. HEX triplet: 38, 54 and 3F. RGB value is (56,84,63). Sum of RGB (Red+Green+Blue) = 56+84+63=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #38543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38543F is #C7ABC0. Grayscale: #494949. Windows color (decimal): -13085633 or 4150328. OLE color: 4150328.

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

Color convert

RGB 56 84 63 -
CMYK 0.33 0 0.25 0.67
HSL 135º 0.2% 0.27% -
HSV(B) 135º 0.33% 0.33% -
XYZ 5.7 7.54 5.86 -
YUV 73.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 56 84 63 0.33 0 0.25 0.67 135 0.2 0.27
Hex 38 54 3F 21 0 19 43 87 14 1B
Octal 70 124 77 41 0 31 103 207 24 33
Binary 111000 1010100 111111 100001 0 11001 1000011 10000111 10100 11011

Color Harmonies of #38543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38543F

Black with #38543F

Text Example


Text Example

White with #38543F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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