Html Css Color HEX #36533C Goblin

📋 copy color: '#36533C'

red 54 ◦ green 83 ◦ blue 60

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

Shades of Goblin #36533C

Tints of Goblin #36533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 27.41%
G = 42.13%
B = 30.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#36533C (or 0x36533C) is known color: Goblin. HEX triplet: 36, 53 and 3C. RGB value is (54,83,60). Sum of RGB (Red+Green+Blue) = 54+83+60=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #36533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36533C is #C9ACC3. Grayscale: #474747. Windows color (decimal): -13216964 or 3953462. OLE color: 3953462.

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

Color convert

RGB 54 83 60 -
CMYK 0.35 0 0.28 0.67
HSL 132.41º 0.21% 0.27% -
HSV(B) 132.41º 0.35% 0.33% -
XYZ 5.43 7.3 5.4 -
YUV 71.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 54 83 60 0.35 0 0.28 0.67 132.41 0.21 0.27
Hex 36 53 3C 23 0 1C 43 84 15 1B
Octal 66 123 74 43 0 34 103 204 25 33
Binary 110110 1010011 111100 100011 0 11100 1000011 10000100 10101 11011

Color Harmonies of #36533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36533C

Black with #36533C

Text Example


Text Example

White with #36533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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