Html Css Color HEX #3A5A44 Goblin

📋 copy color: '#3A5A44'

red 58 ◦ green 90 ◦ blue 68

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

Shades of Goblin #3A5A44

Tints of Goblin #3A5A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.67%

 BLUE value IS 68 (26.95% from 255) = 31.48%

R = 26.85%
G = 41.67%
B = 31.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#3A5A44 (or 0x3A5A44) is known color: Goblin. HEX triplet: 3A, 5A and 44. RGB value is (58,90,68). Sum of RGB (Red+Green+Blue) = 58+90+68=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A44 is #C5A5BB. Grayscale: #4D4D4D. Windows color (decimal): -12953020 or 4479546. OLE color: 4479546.

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

Color convert

RGB 58 90 68 -
CMYK 0.36 0 0.24 0.65
HSL 138.75º 0.22% 0.29% -
HSV(B) 138.75º 0.36% 0.35% -
XYZ 6.44 8.63 6.79 -
YUV 77.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 58 90 68 0.36 0 0.24 0.65 138.75 0.22 0.29
Hex 3A 5A 44 24 0 18 41 8B 16 1D
Octal 72 132 104 44 0 30 101 213 26 35
Binary 111010 1011010 1000100 100100 0 11000 1000001 10001011 10110 11101

Color Harmonies of #3A5A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A44

Black with #3A5A44

Text Example


Text Example

White with #3A5A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,90,68); }

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

background-color css

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

 a { background-color: rgb(58,90,68); }

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

border-color css

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

 span { border-color: rgb(58,90,68); }

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