Html Css Color HEX #1C4C3A Sherwood Green

📋 copy color: '#1C4C3A'

red 28 ◦ green 76 ◦ blue 58

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

Shades of Sherwood Green #1C4C3A

Tints of Sherwood Green #1C4C3A

RGB

 RED value IS 28 (11.33% from 255) = 17.28%

 GREEN value IS 76 (30.08% from 255) = 46.91%

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 17.28%
G = 46.91%
B = 35.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#1C4C3A (or 0x1C4C3A) is known color: Sherwood Green. HEX triplet: 1C, 4C and 3A. RGB value is (28,76,58). Sum of RGB (Red+Green+Blue) = 28+76+58=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C3A is #E3B3C5. Grayscale: #3B3B3B. Windows color (decimal): -14922694 or 3820572. OLE color: 3820572.

HSL color Cylindrical-coordinate representation of color #1C4C3A: hue angle of 157.5º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C3A is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 76 58 -
CMYK 0.63 0 0.24 0.70
HSL 157.5º 0.46% 0.2% -
HSV(B) 157.5º 0.63% 0.3% -
XYZ 3.83 5.72 4.91 -
YUV 59.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 28 76 58 0.63 0 0.24 0.70 157.5 0.46 0.2
Hex 1C 4C 3A 3F 0 18 46 9E 2E 14
Octal 34 114 72 77 0 30 106 236 56 24
Binary 11100 1001100 111010 111111 0 11000 1000110 10011110 101110 10100

Color Harmonies of #1C4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C3A

Black with #1C4C3A

Text Example


Text Example

White with #1C4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C4C3A; }

 p { color: rgb(28,76,58); }

 H1.HeaderClassName
 {
   color: #1C4C3A;
 }
 .AnyTagClassName
 {
   color: #1C4C3A;
 }
</style>

background-color css

<style>
 a { background-color: #1C4C3A; }

 a { background-color: rgb(28,76,58); }

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

border-color css

<style>
 span { border-color: #1C4C3A; }

 span { border-color: rgb(28,76,58); }

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