Html Css Color HEX #354E41 Goblin

📋 copy color: '#354E41'

red 53 ◦ green 78 ◦ blue 65

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

Shades of Goblin #354E41

Tints of Goblin #354E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 27.04%
G = 39.8%
B = 33.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#354E41 (or 0x354E41) is known color: Goblin. HEX triplet: 35, 4E and 41. RGB value is (53,78,65). Sum of RGB (Red+Green+Blue) = 53+78+65=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #354E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E41 is #CAB1BE. Grayscale: #454545. Windows color (decimal): -13283775 or 4279861. OLE color: 4279861.

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

Color convert

RGB 53 78 65 -
CMYK 0.32 0 0.17 0.69
HSL 148.8º 0.19% 0.26% -
HSV(B) 148.8º 0.32% 0.31% -
XYZ 5.15 6.59 6 -
YUV 69.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 53 78 65 0.32 0 0.17 0.69 148.8 0.19 0.26
Hex 35 4E 41 20 0 11 45 95 13 1A
Octal 65 116 101 40 0 21 105 225 23 32
Binary 110101 1001110 1000001 100000 0 10001 1000101 10010101 10011 11010

Color Harmonies of #354E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E41

Black with #354E41

Text Example


Text Example

White with #354E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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