Html Css Color HEX #354E3C Goblin

📋 copy color: '#354E3C'

red 53 ◦ green 78 ◦ blue 60

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

Shades of Goblin #354E3C

Tints of Goblin #354E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 60 (23.83% from 255) = 31.41%

R = 27.75%
G = 40.84%
B = 31.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#354E3C (or 0x354E3C) is known color: Goblin. HEX triplet: 35, 4E and 3C. RGB value is (53,78,60). Sum of RGB (Red+Green+Blue) = 53+78+60=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #354E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E3C is #CAB1C3. Grayscale: #444444. Windows color (decimal): -13283780 or 3952181. OLE color: 3952181.

HSL color Cylindrical-coordinate representation of color #354E3C: hue angle of 136.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E3C is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 60 -
CMYK 0.32 0 0.23 0.69
HSL 136.8º 0.19% 0.26% -
HSV(B) 136.8º 0.32% 0.31% -
XYZ 5.01 6.53 5.27 -
YUV 68.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 53 78 60 0.32 0 0.23 0.69 136.8 0.19 0.26
Hex 35 4E 3C 20 0 17 45 89 13 1A
Octal 65 116 74 40 0 27 105 211 23 32
Binary 110101 1001110 111100 100000 0 10111 1000101 10001001 10011 11010

Color Harmonies of #354E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E3C

Black with #354E3C

Text Example


Text Example

White with #354E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E3C; }

 p { color: rgb(53,78,60); }

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

background-color css

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

 a { background-color: rgb(53,78,60); }

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

border-color css

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

 span { border-color: rgb(53,78,60); }

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