Html Css Color HEX #35543F Goblin

📋 copy color: '#35543F'

red 53 ◦ green 84 ◦ blue 63

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

Shades of Goblin #35543F

Tints of Goblin #35543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 26.5%
G = 42%
B = 31.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#35543F (or 0x35543F) is known color: Goblin. HEX triplet: 35, 54 and 3F. RGB value is (53,84,63). Sum of RGB (Red+Green+Blue) = 53+84+63=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #35543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543F is #CAABC0. Grayscale: #484848. Windows color (decimal): -13282241 or 4150325. OLE color: 4150325.

HSL color Cylindrical-coordinate representation of color #35543F: hue angle of 139.35º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35543F is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 63 -
CMYK 0.37 0 0.25 0.67
HSL 139.35º 0.23% 0.27% -
HSV(B) 139.35º 0.37% 0.33% -
XYZ 5.54 7.46 5.85 -
YUV 72.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 53 84 63 0.37 0 0.25 0.67 139.35 0.23 0.27
Hex 35 54 3F 25 0 19 43 8B 17 1B
Octal 65 124 77 45 0 31 103 213 27 33
Binary 110101 1010100 111111 100101 0 11001 1000011 10001011 10111 11011

Color Harmonies of #35543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35543F

Black with #35543F

Text Example


Text Example

White with #35543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35543F; }

 p { color: rgb(53,84,63); }

 H1.HeaderClassName
 {
   color: #35543F;
 }
 .AnyTagClassName
 {
   color: #35543F;
 }
</style>

background-color css

<style>
 a { background-color: #35543F; }

 a { background-color: rgb(53,84,63); }

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

border-color css

<style>
 span { border-color: #35543F; }

 span { border-color: rgb(53,84,63); }

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