Html Css Color HEX #18503C Sherwood Green

📋 copy color: '#18503C'

red 24 ◦ green 80 ◦ blue 60

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

Shades of Sherwood Green #18503C

Tints of Sherwood Green #18503C

RGB

 RED value IS 24 (9.77% from 255) = 14.63%

 GREEN value IS 80 (31.64% from 255) = 48.78%

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

R = 14.63%
G = 48.78%
B = 36.59%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#18503C (or 0x18503C) is known color: Sherwood Green. HEX triplet: 18, 50 and 3C. RGB value is (24,80,60). Sum of RGB (Red+Green+Blue) = 24+80+60=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #18503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18503C is #E7AFC3. Grayscale: #3C3C3C. Windows color (decimal): -15183812 or 3952664. OLE color: 3952664.

HSL color Cylindrical-coordinate representation of color #18503C: hue angle of 158.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18503C is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 60 -
CMYK 0.70 0 0.25 0.69
HSL 158.57º 0.54% 0.2% -
HSV(B) 158.57º 0.7% 0.31% -
XYZ 4.06 6.26 5.27 -
YUV 60.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 24 80 60 0.70 0 0.25 0.69 158.57 0.54 0.2
Hex 18 50 3C 46 0 19 45 9F 36 14
Octal 30 120 74 106 0 31 105 237 66 24
Binary 11000 1010000 111100 1000110 0 11001 1000101 10011111 110110 10100

Color Harmonies of #18503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18503C

Black with #18503C

Text Example


Text Example

White with #18503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18503C; }

 p { color: rgb(24,80,60); }

 H1.HeaderClassName
 {
   color: #18503C;
 }
 .AnyTagClassName
 {
   color: #18503C;
 }
</style>

background-color css

<style>
 a { background-color: #18503C; }

 a { background-color: rgb(24,80,60); }

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

border-color css

<style>
 span { border-color: #18503C; }

 span { border-color: rgb(24,80,60); }

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