Html Css Color HEX #3B5942 Goblin

📋 copy color: '#3B5942'

red 59 ◦ green 89 ◦ blue 66

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

Shades of Goblin #3B5942

Tints of Goblin #3B5942

RGB

 RED value IS 59 (23.44% from 255) = 27.57%

 GREEN value IS 89 (35.16% from 255) = 41.59%

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

R = 27.57%
G = 41.59%
B = 30.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#3B5942 (or 0x3B5942) is known color: Goblin. HEX triplet: 3B, 59 and 42. RGB value is (59,89,66). Sum of RGB (Red+Green+Blue) = 59+89+66=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5942 is #C4A6BD. Grayscale: #4D4D4D. Windows color (decimal): -12887742 or 4348219. OLE color: 4348219.

HSL color Cylindrical-coordinate representation of color #3B5942: hue angle of 134º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5942 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 89 66 -
CMYK 0.34 0 0.26 0.65
HSL 134º 0.2% 0.29% -
HSV(B) 134º 0.34% 0.35% -
XYZ 6.36 8.47 6.45 -
YUV 77.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 59 89 66 0.34 0 0.26 0.65 134 0.2 0.29
Hex 3B 59 42 22 0 1A 41 86 14 1D
Octal 73 131 102 42 0 32 101 206 24 35
Binary 111011 1011001 1000010 100010 0 11010 1000001 10000110 10100 11101

Color Harmonies of #3B5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5942

Black with #3B5942

Text Example


Text Example

White with #3B5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5942; }

 p { color: rgb(59,89,66); }

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

background-color css

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

 a { background-color: rgb(59,89,66); }

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

border-color css

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

 span { border-color: rgb(59,89,66); }

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