Html Css Color HEX #38533D Goblin

📋 copy color: '#38533D'

red 56 ◦ green 83 ◦ blue 61

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

Shades of Goblin #38533D

Tints of Goblin #38533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 28%
G = 41.5%
B = 30.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#38533D (or 0x38533D) is known color: Goblin. HEX triplet: 38, 53 and 3D. RGB value is (56,83,61). Sum of RGB (Red+Green+Blue) = 56+83+61=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #38533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38533D is #C7ACC2. Grayscale: #484848. Windows color (decimal): -13085891 or 4019000. OLE color: 4019000.

HSL color Cylindrical-coordinate representation of color #38533D: hue angle of 131.11º degrees, saturation: 0.19, 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 #38533D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 61 -
CMYK 0.33 0 0.27 0.67
HSL 131.11º 0.19% 0.27% -
HSV(B) 131.11º 0.33% 0.33% -
XYZ 5.57 7.36 5.54 -
YUV 72.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 56 83 61 0.33 0 0.27 0.67 131.11 0.19 0.27
Hex 38 53 3D 21 0 1B 43 83 13 1B
Octal 70 123 75 41 0 33 103 203 23 33
Binary 111000 1010011 111101 100001 0 11011 1000011 10000011 10011 11011

Color Harmonies of #38533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38533D

Black with #38533D

Text Example


Text Example

White with #38533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38533D; }

 p { color: rgb(56,83,61); }

 H1.HeaderClassName
 {
   color: #38533D;
 }
 .AnyTagClassName
 {
   color: #38533D;
 }
</style>

background-color css

<style>
 a { background-color: #38533D; }

 a { background-color: rgb(56,83,61); }

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

border-color css

<style>
 span { border-color: #38533D; }

 span { border-color: rgb(56,83,61); }

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