Html Css Color HEX #356044 Goblin

📋 copy color: '#356044'

red 53 ◦ green 96 ◦ blue 68

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

Shades of Goblin #356044

Tints of Goblin #356044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 24.42%
G = 44.24%
B = 31.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#356044 (or 0x356044) is known color: Goblin. HEX triplet: 35, 60 and 44. RGB value is (53,96,68). Sum of RGB (Red+Green+Blue) = 53+96+68=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #356044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356044 is #CA9FBB. Grayscale: #505050. Windows color (decimal): -13279164 or 4481077. OLE color: 4481077.

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

Color convert

RGB 53 96 68 -
CMYK 0.45 0 0.29 0.62
HSL 140.93º 0.29% 0.29% -
HSV(B) 140.93º 0.45% 0.38% -
XYZ 6.69 9.54 6.96 -
YUV 79.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 53 96 68 0.45 0 0.29 0.62 140.93 0.29 0.29
Hex 35 60 44 2D 0 1D 3E 8D 1D 1D
Octal 65 140 104 55 0 35 76 215 35 35
Binary 110101 1100000 1000100 101101 0 11101 111110 10001101 11101 11101

Color Harmonies of #356044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356044

Black with #356044

Text Example


Text Example

White with #356044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356044; }

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

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

background-color css

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

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

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

border-color css

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

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

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