Html Css Color HEX #3C5A45 Goblin

📋 copy color: '#3C5A45'

red 60 ◦ green 90 ◦ blue 69

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

Shades of Goblin #3C5A45

Tints of Goblin #3C5A45

RGB

 RED value IS 60 (23.83% from 255) = 27.4%

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

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 27.4%
G = 41.1%
B = 31.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#3C5A45 (or 0x3C5A45) is known color: Goblin. HEX triplet: 3C, 5A and 45. RGB value is (60,90,69). Sum of RGB (Red+Green+Blue) = 60+90+69=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A45 is #C3A5BA. Grayscale: #4E4E4E. Windows color (decimal): -12821947 or 4545084. OLE color: 4545084.

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

Color convert

RGB 60 90 69 -
CMYK 0.33 0 0.23 0.65
HSL 138º 0.2% 0.29% -
HSV(B) 138º 0.33% 0.35% -
XYZ 6.59 8.7 6.96 -
YUV 78.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 60 90 69 0.33 0 0.23 0.65 138 0.2 0.29
Hex 3C 5A 45 21 0 17 41 8A 14 1D
Octal 74 132 105 41 0 27 101 212 24 35
Binary 111100 1011010 1000101 100001 0 10111 1000001 10001010 10100 11101

Color Harmonies of #3C5A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5A45

Black with #3C5A45

Text Example


Text Example

White with #3C5A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,90,69); }

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

background-color css

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

 a { background-color: rgb(60,90,69); }

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

border-color css

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

 span { border-color: rgb(60,90,69); }

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