Html Css Color HEX #163C30 Sherwood Green

📋 copy color: '#163C30'

red 22 ◦ green 60 ◦ blue 48

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

Shades of Sherwood Green #163C30

Tints of Sherwood Green #163C30

RGB

 RED value IS 22 (8.98% from 255) = 16.92%

 GREEN value IS 60 (23.83% from 255) = 46.15%

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 16.92%
G = 46.15%
B = 36.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#163C30 (or 0x163C30) is known color: Sherwood Green. HEX triplet: 16, 3C and 30. RGB value is (22,60,48). Sum of RGB (Red+Green+Blue) = 22+60+48=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #163C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C30 is #E9C3CF. Grayscale: #2F2F2F. Windows color (decimal): -15320016 or 3161110. OLE color: 3161110.

HSL color Cylindrical-coordinate representation of color #163C30: hue angle of 161.05º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163C30 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 22 60 48 -
CMYK 0.63 0 0.20 0.76
HSL 161.05º 0.46% 0.16% -
HSV(B) 161.05º 0.63% 0.24% -
XYZ 2.48 3.62 3.36 -
YUV 47.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 22 60 48 0.63 0 0.20 0.76 161.05 0.46 0.16
Hex 16 3C 30 3F 0 14 4C A1 2E 10
Octal 26 74 60 77 0 24 114 241 56 20
Binary 10110 111100 110000 111111 0 10100 1001100 10100001 101110 10000

Color Harmonies of #163C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C30

Black with #163C30

Text Example


Text Example

White with #163C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163C30; }

 p { color: rgb(22,60,48); }

 H1.HeaderClassName
 {
   color: #163C30;
 }
 .AnyTagClassName
 {
   color: #163C30;
 }
</style>

background-color css

<style>
 a { background-color: #163C30; }

 a { background-color: rgb(22,60,48); }

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

border-color css

<style>
 span { border-color: #163C30; }

 span { border-color: rgb(22,60,48); }

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