Html Css Color HEX #356145 Goblin

📋 copy color: '#356145'

red 53 ◦ green 97 ◦ blue 69

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

Shades of Goblin #356145

Tints of Goblin #356145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 24.2%
G = 44.29%
B = 31.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#356145 (or 0x356145) is known color: Goblin. HEX triplet: 35, 61 and 45. RGB value is (53,97,69). Sum of RGB (Red+Green+Blue) = 53+97+69=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #356145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356145 is #CA9EBA. Grayscale: #505050. Windows color (decimal): -13278907 or 4546869. OLE color: 4546869.

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

Color convert

RGB 53 97 69 -
CMYK 0.45 0 0.29 0.62
HSL 141.82º 0.29% 0.29% -
HSV(B) 141.82º 0.45% 0.38% -
XYZ 6.82 9.74 7.15 -
YUV 80.65 121.42 108.28 -
System Red Green Blue C M Y K H S L
Decimal 53 97 69 0.45 0 0.29 0.62 141.82 0.29 0.29
Hex 35 61 45 2D 0 1D 3E 8E 1D 1D
Octal 65 141 105 55 0 35 76 216 35 35
Binary 110101 1100001 1000101 101101 0 11101 111110 10001110 11101 11101

Color Harmonies of #356145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356145

Black with #356145

Text Example


Text Example

White with #356145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356145; }

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

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

background-color css

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

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

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

border-color css

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

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

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