Html Css Color HEX #1C4236 Sherwood Green

📋 copy color: '#1C4236'

red 28 ◦ green 66 ◦ blue 54

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

Shades of Sherwood Green #1C4236

Tints of Sherwood Green #1C4236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

 BLUE value IS 54 (21.48% from 255) = 36.49%

R = 18.92%
G = 44.59%
B = 36.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#1C4236 (or 0x1C4236) is known color: Sherwood Green. HEX triplet: 1C, 42 and 36. RGB value is (28,66,54). Sum of RGB (Red+Green+Blue) = 28+66+54=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4236 is #E3BDC9. Grayscale: #353535. Windows color (decimal): -14925258 or 3555868. OLE color: 3555868.

HSL color Cylindrical-coordinate representation of color #1C4236: hue angle of 161.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4236 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 28 66 54 -
CMYK 0.58 0 0.18 0.74
HSL 161.05º 0.4% 0.18% -
HSV(B) 161.05º 0.58% 0.26% -
XYZ 3.09 4.41 4.18 -
YUV 53.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 28 66 54 0.58 0 0.18 0.74 161.05 0.4 0.18
Hex 1C 42 36 3A 0 12 4A A1 28 12
Octal 34 102 66 72 0 22 112 241 50 22
Binary 11100 1000010 110110 111010 0 10010 1001010 10100001 101000 10010

Color Harmonies of #1C4236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4236

Black with #1C4236

Text Example


Text Example

White with #1C4236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,66,54); }

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

background-color css

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

 a { background-color: rgb(28,66,54); }

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

border-color css

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

 span { border-color: rgb(28,66,54); }

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