Html Css Color HEX #36533B Goblin

📋 copy color: '#36533B'

red 54 ◦ green 83 ◦ blue 59

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

Shades of Goblin #36533B

Tints of Goblin #36533B

RGB

 RED value IS 54 (21.48% from 255) = 27.55%

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

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 27.55%
G = 42.35%
B = 30.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#36533B (or 0x36533B) is known color: Goblin. HEX triplet: 36, 53 and 3B. RGB value is (54,83,59). Sum of RGB (Red+Green+Blue) = 54+83+59=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #36533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36533B is #C9ACC4. Grayscale: #474747. Windows color (decimal): -13216965 or 3887926. OLE color: 3887926.

HSL color Cylindrical-coordinate representation of color #36533B: hue angle of 130.34º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36533B is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 83 59 -
CMYK 0.35 0 0.29 0.67
HSL 130.34º 0.21% 0.27% -
HSV(B) 130.34º 0.35% 0.33% -
XYZ 5.4 7.29 5.26 -
YUV 71.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 54 83 59 0.35 0 0.29 0.67 130.34 0.21 0.27
Hex 36 53 3B 23 0 1D 43 82 15 1B
Octal 66 123 73 43 0 35 103 202 25 33
Binary 110110 1010011 111011 100011 0 11101 1000011 10000010 10101 11011

Color Harmonies of #36533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36533B

Black with #36533B

Text Example


Text Example

White with #36533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36533B; }

 p { color: rgb(54,83,59); }

 H1.HeaderClassName
 {
   color: #36533B;
 }
 .AnyTagClassName
 {
   color: #36533B;
 }
</style>

background-color css

<style>
 a { background-color: #36533B; }

 a { background-color: rgb(54,83,59); }

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

border-color css

<style>
 span { border-color: #36533B; }

 span { border-color: rgb(54,83,59); }

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