Html Css Color HEX #354F3A Goblin

📋 copy color: '#354F3A'

red 53 ◦ green 79 ◦ blue 58

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

Shades of Goblin #354F3A

Tints of Goblin #354F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

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

R = 27.89%
G = 41.58%
B = 30.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#354F3A (or 0x354F3A) is known color: Goblin. HEX triplet: 35, 4F and 3A. RGB value is (53,79,58). Sum of RGB (Red+Green+Blue) = 53+79+58=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #354F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F3A is #CAB0C5. Grayscale: #444444. Windows color (decimal): -13283526 or 3821365. OLE color: 3821365.

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

Color convert

RGB 53 79 58 -
CMYK 0.33 0 0.27 0.69
HSL 131.54º 0.2% 0.26% -
HSV(B) 131.54º 0.33% 0.31% -
XYZ 5.03 6.65 5.02 -
YUV 68.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 53 79 58 0.33 0 0.27 0.69 131.54 0.2 0.26
Hex 35 4F 3A 21 0 1B 45 84 14 1A
Octal 65 117 72 41 0 33 105 204 24 32
Binary 110101 1001111 111010 100001 0 11011 1000101 10000100 10100 11010

Color Harmonies of #354F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F3A

Black with #354F3A

Text Example


Text Example

White with #354F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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