Html Css Color HEX #3A4E40 Goblin

📋 copy color: '#3A4E40'

red 58 ◦ green 78 ◦ blue 64

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

Shades of Goblin #3A4E40

Tints of Goblin #3A4E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 29%
G = 39%
B = 32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#3A4E40 (or 0x3A4E40) is known color: Goblin. HEX triplet: 3A, 4E and 40. RGB value is (58,78,64). Sum of RGB (Red+Green+Blue) = 58+78+64=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E40 is #C5B1BF. Grayscale: #464646. Windows color (decimal): -12956096 or 4214330. OLE color: 4214330.

HSL color Cylindrical-coordinate representation of color #3A4E40: hue angle of 138º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A4E40 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 64 -
CMYK 0.26 0 0.18 0.69
HSL 138º 0.15% 0.27% -
HSV(B) 138º 0.26% 0.31% -
XYZ 5.39 6.72 5.86 -
YUV 70.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 58 78 64 0.26 0 0.18 0.69 138 0.15 0.27
Hex 3A 4E 40 1A 0 12 45 8A F 1B
Octal 72 116 100 32 0 22 105 212 17 33
Binary 111010 1001110 1000000 11010 0 10010 1000101 10001010 1111 11011

Color Harmonies of #3A4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E40

Black with #3A4E40

Text Example


Text Example

White with #3A4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,78,64); }

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

background-color css

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

 a { background-color: rgb(58,78,64); }

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

border-color css

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

 span { border-color: rgb(58,78,64); }

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