Html Css Color HEX #33533B Goblin

📋 copy color: '#33533B'

red 51 ◦ green 83 ◦ blue 59

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

Shades of Goblin #33533B

Tints of Goblin #33533B

RGB

 RED value IS 51 (20.31% from 255) = 26.42%

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

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

R = 26.42%
G = 43.01%
B = 30.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#33533B (or 0x33533B) is known color: Goblin. HEX triplet: 33, 53 and 3B. RGB value is (51,83,59). Sum of RGB (Red+Green+Blue) = 51+83+59=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #33533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533B is #CCACC4. Grayscale: #464646. Windows color (decimal): -13413573 or 3887923. OLE color: 3887923.

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

Color convert

RGB 51 83 59 -
CMYK 0.39 0 0.29 0.67
HSL 135º 0.24% 0.26% -
HSV(B) 135º 0.39% 0.33% -
XYZ 5.25 7.21 5.25 -
YUV 70.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 51 83 59 0.39 0 0.29 0.67 135 0.24 0.26
Hex 33 53 3B 27 0 1D 43 87 18 1A
Octal 63 123 73 47 0 35 103 207 30 32
Binary 110011 1010011 111011 100111 0 11101 1000011 10000111 11000 11010

Color Harmonies of #33533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33533B

Black with #33533B

Text Example


Text Example

White with #33533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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