Html Css Color HEX #354E3A Goblin

📋 copy color: '#354E3A'

red 53 ◦ green 78 ◦ blue 58

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

Shades of Goblin #354E3A

Tints of Goblin #354E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 28.04%
G = 41.27%
B = 30.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#354E3A (or 0x354E3A) is known color: Goblin. HEX triplet: 35, 4E and 3A. RGB value is (53,78,58). Sum of RGB (Red+Green+Blue) = 53+78+58=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #354E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E3A is #CAB1C5. Grayscale: #444444. Windows color (decimal): -13283782 or 3821109. OLE color: 3821109.

HSL color Cylindrical-coordinate representation of color #354E3A: hue angle of 132º 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 #354E3A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 58 -
CMYK 0.32 0 0.26 0.69
HSL 132º 0.19% 0.26% -
HSV(B) 132º 0.32% 0.31% -
XYZ 4.96 6.51 5 -
YUV 68.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 53 78 58 0.32 0 0.26 0.69 132 0.19 0.26
Hex 35 4E 3A 20 0 1A 45 84 13 1A
Octal 65 116 72 40 0 32 105 204 23 32
Binary 110101 1001110 111010 100000 0 11010 1000101 10000100 10011 11010

Color Harmonies of #354E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E3A

Black with #354E3A

Text Example


Text Example

White with #354E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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