Html Css Color HEX #1C553C County Green

📋 copy color: '#1C553C'

red 28 ◦ green 85 ◦ blue 60

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

Shades of County Green #1C553C

Tints of County Green #1C553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 16.18%
G = 49.13%
B = 34.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#1C553C (or 0x1C553C) is known color: County Green. HEX triplet: 1C, 55 and 3C. RGB value is (28,85,60). Sum of RGB (Red+Green+Blue) = 28+85+60=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #1C553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C553C is #E3AAC3. Grayscale: #414141. Windows color (decimal): -14920388 or 3953948. OLE color: 3953948.

HSL color Cylindrical-coordinate representation of color #1C553C: hue angle of 153.68º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C553C is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 85 60 -
CMYK 0.67 0 0.29 0.67
HSL 153.68º 0.5% 0.22% -
HSV(B) 153.68º 0.67% 0.33% -
XYZ 4.54 7.07 5.4 -
YUV 65.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 28 85 60 0.67 0 0.29 0.67 153.68 0.5 0.22
Hex 1C 55 3C 43 0 1D 43 9A 32 16
Octal 34 125 74 103 0 35 103 232 62 26
Binary 11100 1010101 111100 1000011 0 11101 1000011 10011010 110010 10110

Color Harmonies of #1C553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C553C

Black with #1C553C

Text Example


Text Example

White with #1C553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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