Html Css Color HEX #1C4C3D Sherwood Green

📋 copy color: '#1C4C3D'

red 28 ◦ green 76 ◦ blue 61

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

Shades of Sherwood Green #1C4C3D

Tints of Sherwood Green #1C4C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.97%

R = 16.97%
G = 46.06%
B = 36.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#1C4C3D (or 0x1C4C3D) is known color: Sherwood Green. HEX triplet: 1C, 4C and 3D. RGB value is (28,76,61). Sum of RGB (Red+Green+Blue) = 28+76+61=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C3D is #E3B3C2. Grayscale: #3B3B3B. Windows color (decimal): -14922691 or 4017180. OLE color: 4017180.

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

Color convert

RGB 28 76 61 -
CMYK 0.63 0 0.20 0.70
HSL 161.25º 0.46% 0.2% -
HSV(B) 161.25º 0.63% 0.3% -
XYZ 3.91 5.75 5.32 -
YUV 59.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 28 76 61 0.63 0 0.20 0.70 161.25 0.46 0.2
Hex 1C 4C 3D 3F 0 14 46 A1 2E 14
Octal 34 114 75 77 0 24 106 241 56 24
Binary 11100 1001100 111101 111111 0 10100 1000110 10100001 101110 10100

Color Harmonies of #1C4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4C3D

Black with #1C4C3D

Text Example


Text Example

White with #1C4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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