Html Css Color HEX #3A5842 Goblin

📋 copy color: '#3A5842'

red 58 ◦ green 88 ◦ blue 66

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

Shades of Goblin #3A5842

Tints of Goblin #3A5842

RGB

 RED value IS 58 (23.05% from 255) = 27.36%

 GREEN value IS 88 (34.77% from 255) = 41.51%

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

R = 27.36%
G = 41.51%
B = 31.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#3A5842 (or 0x3A5842) is known color: Goblin. HEX triplet: 3A, 58 and 42. RGB value is (58,88,66). Sum of RGB (Red+Green+Blue) = 58+88+66=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5842 is #C5A7BD. Grayscale: #4C4C4C. Windows color (decimal): -12953534 or 4347962. OLE color: 4347962.

HSL color Cylindrical-coordinate representation of color #3A5842: hue angle of 136º degrees, saturation: 0.21, 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 #3A5842 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 88 66 -
CMYK 0.34 0 0.25 0.65
HSL 136º 0.21% 0.29% -
HSV(B) 136º 0.34% 0.35% -
XYZ 6.22 8.27 6.42 -
YUV 76.52 122.06 114.79 -
System Red Green Blue C M Y K H S L
Decimal 58 88 66 0.34 0 0.25 0.65 136 0.21 0.29
Hex 3A 58 42 22 0 19 41 88 15 1D
Octal 72 130 102 42 0 31 101 210 25 35
Binary 111010 1011000 1000010 100010 0 11001 1000001 10001000 10101 11101

Color Harmonies of #3A5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5842

Black with #3A5842

Text Example


Text Example

White with #3A5842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,66); }

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

background-color css

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

 a { background-color: rgb(58,88,66); }

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

border-color css

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

 span { border-color: rgb(58,88,66); }

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