Html Css Color HEX #1C4A3C Sherwood Green

📋 copy color: '#1C4A3C'

red 28 ◦ green 74 ◦ blue 60

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

Shades of Sherwood Green #1C4A3C

Tints of Sherwood Green #1C4A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.68%

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

R = 17.28%
G = 45.68%
B = 37.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#1C4A3C (or 0x1C4A3C) is known color: Sherwood Green. HEX triplet: 1C, 4A and 3C. RGB value is (28,74,60). Sum of RGB (Red+Green+Blue) = 28+74+60=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A3C is #E3B5C3. Grayscale: #3A3A3A. Windows color (decimal): -14923204 or 3951132. OLE color: 3951132.

HSL color Cylindrical-coordinate representation of color #1C4A3C: hue angle of 161.74º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4A3C is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 74 60 -
CMYK 0.62 0 0.19 0.71
HSL 161.74º 0.45% 0.2% -
HSV(B) 161.74º 0.62% 0.29% -
XYZ 3.74 5.47 5.13 -
YUV 58.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 28 74 60 0.62 0 0.19 0.71 161.74 0.45 0.2
Hex 1C 4A 3C 3E 0 13 47 A2 2D 14
Octal 34 112 74 76 0 23 107 242 55 24
Binary 11100 1001010 111100 111110 0 10011 1000111 10100010 101101 10100

Color Harmonies of #1C4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4A3C

Black with #1C4A3C

Text Example


Text Example

White with #1C4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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