Html Css Color HEX #356143 Goblin

📋 copy color: '#356143'

red 53 ◦ green 97 ◦ blue 67

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

Shades of Goblin #356143

Tints of Goblin #356143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

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

R = 24.42%
G = 44.7%
B = 30.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#356143 (or 0x356143) is known color: Goblin. HEX triplet: 35, 61 and 43. RGB value is (53,97,67). Sum of RGB (Red+Green+Blue) = 53+97+67=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #356143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356143 is #CA9EBC. Grayscale: #505050. Windows color (decimal): -13278909 or 4415797. OLE color: 4415797.

HSL color Cylindrical-coordinate representation of color #356143: hue angle of 139.09º 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 #356143 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 97 67 -
CMYK 0.45 0 0.31 0.62
HSL 139.09º 0.29% 0.29% -
HSV(B) 139.09º 0.45% 0.38% -
XYZ 6.76 9.71 6.83 -
YUV 80.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 53 97 67 0.45 0 0.31 0.62 139.09 0.29 0.29
Hex 35 61 43 2D 0 1F 3E 8B 1D 1D
Octal 65 141 103 55 0 37 76 213 35 35
Binary 110101 1100001 1000011 101101 0 11111 111110 10001011 11101 11101

Color Harmonies of #356143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356143

Black with #356143

Text Example


Text Example

White with #356143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356143; }

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

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

background-color css

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

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

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

border-color css

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

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

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