Html Css Color HEX #1C4538 Sherwood Green

📋 copy color: '#1C4538'

red 28 ◦ green 69 ◦ blue 56

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

Shades of Sherwood Green #1C4538

Tints of Sherwood Green #1C4538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

 BLUE value IS 56 (22.27% from 255) = 36.6%

R = 18.3%
G = 45.1%
B = 36.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#1C4538 (or 0x1C4538) is known color: Sherwood Green. HEX triplet: 1C, 45 and 38. RGB value is (28,69,56). Sum of RGB (Red+Green+Blue) = 28+69+56=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #1C4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4538 is #E3BAC7. Grayscale: #373737. Windows color (decimal): -14924488 or 3687708. OLE color: 3687708.

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

Color convert

RGB 28 69 56 -
CMYK 0.59 0 0.19 0.73
HSL 160.98º 0.42% 0.19% -
HSV(B) 160.98º 0.59% 0.27% -
XYZ 3.32 4.79 4.49 -
YUV 55.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 28 69 56 0.59 0 0.19 0.73 160.98 0.42 0.19
Hex 1C 45 38 3B 0 13 49 A1 2A 13
Octal 34 105 70 73 0 23 111 241 52 23
Binary 11100 1000101 111000 111011 0 10011 1001001 10100001 101010 10011

Color Harmonies of #1C4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4538

Black with #1C4538

Text Example


Text Example

White with #1C4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,69,56); }

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

background-color css

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

 a { background-color: rgb(28,69,56); }

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

border-color css

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

 span { border-color: rgb(28,69,56); }

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