Html Css Color HEX #3B5642 Goblin

📋 copy color: '#3B5642'

red 59 ◦ green 86 ◦ blue 66

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

Shades of Goblin #3B5642

Tints of Goblin #3B5642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

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

R = 27.96%
G = 40.76%
B = 31.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#3B5642 (or 0x3B5642) is known color: Goblin. HEX triplet: 3B, 56 and 42. RGB value is (59,86,66). Sum of RGB (Red+Green+Blue) = 59+86+66=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #3B5642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5642 is #C4A9BD. Grayscale: #4B4B4B. Windows color (decimal): -12888510 or 4347451. OLE color: 4347451.

HSL color Cylindrical-coordinate representation of color #3B5642: hue angle of 135.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B5642 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 59 86 66 -
CMYK 0.31 0 0.23 0.66
HSL 135.56º 0.19% 0.28% -
HSV(B) 135.56º 0.31% 0.34% -
XYZ 6.11 7.98 6.37 -
YUV 75.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 59 86 66 0.31 0 0.23 0.66 135.56 0.19 0.28
Hex 3B 56 42 1F 0 17 42 88 13 1C
Octal 73 126 102 37 0 27 102 210 23 34
Binary 111011 1010110 1000010 11111 0 10111 1000010 10001000 10011 11100

Color Harmonies of #3B5642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5642

Black with #3B5642

Text Example


Text Example

White with #3B5642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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