Html Css Color HEX #35533C Goblin

📋 copy color: '#35533C'

red 53 ◦ green 83 ◦ blue 60

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

Shades of Goblin #35533C

Tints of Goblin #35533C

RGB

 RED value IS 53 (21.09% from 255) = 27.04%

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

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

R = 27.04%
G = 42.35%
B = 30.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#35533C (or 0x35533C) is known color: Goblin. HEX triplet: 35, 53 and 3C. RGB value is (53,83,60). Sum of RGB (Red+Green+Blue) = 53+83+60=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #35533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35533C is #CAACC3. Grayscale: #474747. Windows color (decimal): -13282500 or 3953461. OLE color: 3953461.

HSL color Cylindrical-coordinate representation of color #35533C: hue angle of 134º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35533C is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 60 -
CMYK 0.36 0 0.28 0.67
HSL 134º 0.22% 0.27% -
HSV(B) 134º 0.36% 0.33% -
XYZ 5.38 7.27 5.39 -
YUV 71.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 53 83 60 0.36 0 0.28 0.67 134 0.22 0.27
Hex 35 53 3C 24 0 1C 43 86 16 1B
Octal 65 123 74 44 0 34 103 206 26 33
Binary 110101 1010011 111100 100100 0 11100 1000011 10000110 10110 11011

Color Harmonies of #35533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35533C

Black with #35533C

Text Example


Text Example

White with #35533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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