Html Css Color HEX #356043 Goblin

📋 copy color: '#356043'

red 53 ◦ green 96 ◦ blue 67

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

Shades of Goblin #356043

Tints of Goblin #356043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

 BLUE value IS 67 (26.56% from 255) = 31.02%

R = 24.54%
G = 44.44%
B = 31.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#356043 (or 0x356043) is known color: Goblin. HEX triplet: 35, 60 and 43. RGB value is (53,96,67). Sum of RGB (Red+Green+Blue) = 53+96+67=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #356043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356043 is #CA9FBC. Grayscale: #4F4F4F. Windows color (decimal): -13279165 or 4415541. OLE color: 4415541.

HSL color Cylindrical-coordinate representation of color #356043: hue angle of 139.53º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356043 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 67 -
CMYK 0.45 0 0.30 0.62
HSL 139.53º 0.29% 0.29% -
HSV(B) 139.53º 0.45% 0.38% -
XYZ 6.66 9.53 6.8 -
YUV 79.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 53 96 67 0.45 0 0.30 0.62 139.53 0.29 0.29
Hex 35 60 43 2D 0 1E 3E 8C 1D 1D
Octal 65 140 103 55 0 36 76 214 35 35
Binary 110101 1100000 1000011 101101 0 11110 111110 10001100 11101 11101

Color Harmonies of #356043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356043

Black with #356043

Text Example


Text Example

White with #356043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356043; }

 p { color: rgb(53,96,67); }

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

background-color css

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

 a { background-color: rgb(53,96,67); }

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

border-color css

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

 span { border-color: rgb(53,96,67); }

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