Html Css Color HEX #3A4E3D Goblin

📋 copy color: '#3A4E3D'

red 58 ◦ green 78 ◦ blue 61

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

Shades of Goblin #3A4E3D

Tints of Goblin #3A4E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 29.44%
G = 39.59%
B = 30.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#3A4E3D (or 0x3A4E3D) is known color: Goblin. HEX triplet: 3A, 4E and 3D. RGB value is (58,78,61). Sum of RGB (Red+Green+Blue) = 58+78+61=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E3D is #C5B1C2. Grayscale: #464646. Windows color (decimal): -12956099 or 4017722. OLE color: 4017722.

HSL color Cylindrical-coordinate representation of color #3A4E3D: hue angle of 129º 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 #3A4E3D is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 78 61 -
CMYK 0.26 0 0.22 0.69
HSL 129º 0.15% 0.27% -
HSV(B) 129º 0.26% 0.31% -
XYZ 5.31 6.69 5.43 -
YUV 70.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 58 78 61 0.26 0 0.22 0.69 129 0.15 0.27
Hex 3A 4E 3D 1A 0 16 45 81 F 1B
Octal 72 116 75 32 0 26 105 201 17 33
Binary 111010 1001110 111101 11010 0 10110 1000101 10000001 1111 11011

Color Harmonies of #3A4E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4E3D

Black with #3A4E3D

Text Example


Text Example

White with #3A4E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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