Html Css Color HEX #356144 Goblin

📋 copy color: '#356144'

red 53 ◦ green 97 ◦ blue 68

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

Shades of Goblin #356144

Tints of Goblin #356144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 24.31%
G = 44.5%
B = 31.19%

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

#356144 (or 0x356144) is known color: Goblin. HEX triplet: 35, 61 and 44. RGB value is (53,97,68). Sum of RGB (Red+Green+Blue) = 53+97+68=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #356144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356144 is #CA9EBB. Grayscale: #505050. Windows color (decimal): -13278908 or 4481333. OLE color: 4481333.

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

Color convert

RGB 53 97 68 -
CMYK 0.45 0 0.30 0.62
HSL 140.45º 0.29% 0.29% -
HSV(B) 140.45º 0.45% 0.38% -
XYZ 6.79 9.72 6.99 -
YUV 80.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 53 97 68 0.45 0 0.30 0.62 140.45 0.29 0.29
Hex 35 61 44 2D 0 1E 3E 8C 1D 1D
Octal 65 141 104 55 0 36 76 214 35 35
Binary 110101 1100001 1000100 101101 0 11110 111110 10001100 11101 11101

Color Harmonies of #356144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356144

Black with #356144

Text Example


Text Example

White with #356144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356144; }

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

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

background-color css

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

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

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

border-color css

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

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

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