Html Css Color HEX #38543E Goblin

📋 copy color: '#38543E'

red 56 ◦ green 84 ◦ blue 62

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

Shades of Goblin #38543E

Tints of Goblin #38543E

RGB

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

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

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

R = 27.72%
G = 41.58%
B = 30.69%

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

#38543E (or 0x38543E) is known color: Goblin. HEX triplet: 38, 54 and 3E. RGB value is (56,84,62). Sum of RGB (Red+Green+Blue) = 56+84+62=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #38543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38543E is #C7ABC1. Grayscale: #494949. Windows color (decimal): -13085634 or 4084792. OLE color: 4084792.

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

Color convert

RGB 56 84 62 -
CMYK 0.33 0 0.26 0.67
HSL 132.86º 0.2% 0.27% -
HSV(B) 132.86º 0.33% 0.33% -
XYZ 5.67 7.53 5.71 -
YUV 73.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 56 84 62 0.33 0 0.26 0.67 132.86 0.2 0.27
Hex 38 54 3E 21 0 1A 43 85 14 1B
Octal 70 124 76 41 0 32 103 205 24 33
Binary 111000 1010100 111110 100001 0 11010 1000011 10000101 10100 11011

Color Harmonies of #38543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38543E

Black with #38543E

Text Example


Text Example

White with #38543E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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