Html Css Color HEX #356042 Goblin

📋 copy color: '#356042'

red 53 ◦ green 96 ◦ blue 66

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

Shades of Goblin #356042

Tints of Goblin #356042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 24.65%
G = 44.65%
B = 30.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#356042 (or 0x356042) is known color: Goblin. HEX triplet: 35, 60 and 42. RGB value is (53,96,66). Sum of RGB (Red+Green+Blue) = 53+96+66=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #356042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356042 is #CA9FBD. Grayscale: #4F4F4F. Windows color (decimal): -13279166 or 4350005. OLE color: 4350005.

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

Color convert

RGB 53 96 66 -
CMYK 0.45 0 0.31 0.62
HSL 138.14º 0.29% 0.29% -
HSV(B) 138.14º 0.45% 0.38% -
XYZ 6.63 9.52 6.64 -
YUV 79.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 53 96 66 0.45 0 0.31 0.62 138.14 0.29 0.29
Hex 35 60 42 2D 0 1F 3E 8A 1D 1D
Octal 65 140 102 55 0 37 76 212 35 35
Binary 110101 1100000 1000010 101101 0 11111 111110 10001010 11101 11101

Color Harmonies of #356042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356042

Black with #356042

Text Example


Text Example

White with #356042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356042; }

 p { color: rgb(53,96,66); }

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

background-color css

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

 a { background-color: rgb(53,96,66); }

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

border-color css

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

 span { border-color: rgb(53,96,66); }

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