Html Css Color HEX #1C463A Sherwood Green

📋 copy color: '#1C463A'

red 28 ◦ green 70 ◦ blue 58

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

Shades of Sherwood Green #1C463A

Tints of Sherwood Green #1C463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.87%

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

R = 17.95%
G = 44.87%
B = 37.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#1C463A (or 0x1C463A) is known color: Sherwood Green. HEX triplet: 1C, 46 and 3A. RGB value is (28,70,58). Sum of RGB (Red+Green+Blue) = 28+70+58=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #1C463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C463A is #E3B9C5. Grayscale: #383838. Windows color (decimal): -14924230 or 3819036. OLE color: 3819036.

HSL color Cylindrical-coordinate representation of color #1C463A: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C463A is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 28 70 58 -
CMYK 0.60 0 0.17 0.73
HSL 162.86º 0.43% 0.19% -
HSV(B) 162.86º 0.6% 0.27% -
XYZ 3.43 4.93 4.77 -
YUV 56.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 28 70 58 0.60 0 0.17 0.73 162.86 0.43 0.19
Hex 1C 46 3A 3C 0 11 49 A3 2B 13
Octal 34 106 72 74 0 21 111 243 53 23
Binary 11100 1000110 111010 111100 0 10001 1001001 10100011 101011 10011

Color Harmonies of #1C463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C463A

Black with #1C463A

Text Example


Text Example

White with #1C463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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