Html Css Color HEX #1C4C3C Sherwood Green

📋 copy color: '#1C4C3C'

red 28 ◦ green 76 ◦ blue 60

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

Shades of Sherwood Green #1C4C3C

Tints of Sherwood Green #1C4C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.59%

R = 17.07%
G = 46.34%
B = 36.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#1C4C3C (or 0x1C4C3C) is known color: Sherwood Green. HEX triplet: 1C, 4C and 3C. RGB value is (28,76,60). Sum of RGB (Red+Green+Blue) = 28+76+60=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C3C is #E3B3C3. Grayscale: #3B3B3B. Windows color (decimal): -14922692 or 3951644. OLE color: 3951644.

HSL color Cylindrical-coordinate representation of color #1C4C3C: hue angle of 160º 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 #1C4C3C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 76 60 -
CMYK 0.63 0 0.21 0.70
HSL 160º 0.46% 0.2% -
HSV(B) 160º 0.63% 0.3% -
XYZ 3.88 5.74 5.18 -
YUV 59.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 28 76 60 0.63 0 0.21 0.70 160 0.46 0.2
Hex 1C 4C 3C 3F 0 15 46 A0 2E 14
Octal 34 114 74 77 0 25 106 240 56 24
Binary 11100 1001100 111100 111111 0 10101 1000110 10100000 101110 10100

Color Harmonies of #1C4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C3C

Black with #1C4C3C

Text Example


Text Example

White with #1C4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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